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.
2411 2412 2413 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2411 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
2409 2410 2411 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2409 def base_entitlement @base_entitlement end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2416 2417 2418 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2416 def update!(**args) @base_entitlement = args[:base_entitlement] if args.key?(:base_entitlement) end |