Class: Google::Cloud::Channel::V1::AssociationInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::AssociationInfo
- 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
-
#base_entitlement ⇒ ::String
The name of the base entitlement, for which this entitlement is an add-on.
Instance Attribute Details
#base_entitlement ⇒ ::String
Returns The name of the base entitlement, for which this entitlement is an add-on.
154 155 156 157 |
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 154 class AssociationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |