Class: Google::Cloud::Channel::V1::TransferEntitlementsResponse

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

Instance Attribute Details

#entitlements::Array<::Google::Cloud::Channel::V1::Entitlement>

Returns The transferred entitlements.

Returns:



886
887
888
889
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 886

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