Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1AssociationInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1AssociationInfo
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudchannel_v1/classes.rb,
lib/google/apis/cloudchannel_v1/representations.rb,
lib/google/apis/cloudchannel_v1/representations.rb
Overview
Association links that an entitlement has to other entitlements.
Instance Attribute Summary collapse
-
#base_entitlement ⇒ String
The name of the base entitlement, for which this entitlement is an add-on.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1AssociationInfo
constructor
A new instance of GoogleCloudChannelV1AssociationInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1AssociationInfo
Returns a new instance of GoogleCloudChannelV1AssociationInfo.
92 93 94 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 92 def initialize(**args) update!(**args) end |
Instance Attribute Details
#base_entitlement ⇒ String
The name of the base entitlement, for which this entitlement is an add-on.
Corresponds to the JSON property baseEntitlement
90 91 92 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 90 def base_entitlement @base_entitlement end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
97 98 99 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 97 def update!(**args) @base_entitlement = args[:base_entitlement] if args.key?(:base_entitlement) end |