Class: Google::Cloud::Channel::V1::TransferEntitlementsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::TransferEntitlementsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for CloudChannelService.TransferEntitlements. This is put in the response field of google.longrunning.Operation.
Instance Attribute Summary collapse
-
#entitlements ⇒ ::Array<::Google::Cloud::Channel::V1::Entitlement>
The transferred entitlements.
Instance Attribute Details
#entitlements ⇒ ::Array<::Google::Cloud::Channel::V1::Entitlement>
Returns The transferred entitlements.
909 910 911 912 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 909 class TransferEntitlementsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |