Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1AssociationInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1AssociationInfo
- 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) ⇒ GoogleCloudChannelV1alpha1AssociationInfo
constructor
A new instance of GoogleCloudChannelV1alpha1AssociationInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1alpha1AssociationInfo
Returns a new instance of GoogleCloudChannelV1alpha1AssociationInfo.
3317 3318 3319 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3317 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
3315 3316 3317 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3315 def base_entitlement @base_entitlement end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3322 3323 3324 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3322 def update!(**args) @base_entitlement = args[:base_entitlement] if args.key?(:base_entitlement) end |