class Google::Apis::CloudchannelV1::GoogleCloudChannelV1AssociationInfo
Association links that an entitlement has to other entitlements.
Attributes
base_entitlement[RW]
The name of the base entitlement, for which this entitlement is an add-on. Corresponds to the JSON property `baseEntitlement` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudchannel_v1/classes.rb, line 91 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudchannel_v1/classes.rb, line 96 def update!(**args) @base_entitlement = args[:base_entitlement] if args.key?(:base_entitlement) end