Class: Google::Cloud::Channel::V1::ListEntitlementsResponse

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.ListEntitlements.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The reseller customer's entitlements.

Returns:



262
263
264
265
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 262

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

#next_page_token::String

Returns A token to list the next page of results. Pass to ListEntitlementsRequest.page_token to obtain that page.

Returns:



262
263
264
265
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 262

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