Class: Google::Cloud::Channel::V1::GetEntitlementRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::GetEntitlementRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.GetEntitlement.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the entitlement to retrieve. Name uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}.
424 425 426 427 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 424 class GetEntitlementRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |