Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1AssociationInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1alpha1AssociationInfo

Returns a new instance of GoogleCloudChannelV1alpha1AssociationInfo.



2476
2477
2478
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2476

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#base_entitlementString

The name of the base entitlement, for which this entitlement is an add-on. Corresponds to the JSON property baseEntitlement

Returns:

  • (String)


2474
2475
2476
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2474

def base_entitlement
  @base_entitlement
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2481
2482
2483
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2481

def update!(**args)
  @base_entitlement = args[:base_entitlement] if args.key?(:base_entitlement)
end