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.
2727 2728 2729 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2727 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
2725 2726 2727 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2725 def base_entitlement @base_entitlement end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2732 2733 2734 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2732 def update!(**args) @base_entitlement = args[:base_entitlement] if args.key?(:base_entitlement) end |