Class: Google::Cloud::Channel::V1::AssociationInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/entitlements.rb

Overview

Association links that an entitlement has to other entitlements.

Instance Attribute Summary collapse

Instance Attribute Details

#base_entitlement::String

Returns The name of the base entitlement, for which this entitlement is an add-on.

Returns:

  • (::String)

    The name of the base entitlement, for which this entitlement is an add-on.



137
138
139
140
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 137

class AssociationInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end