Class: Google::Cloud::Channel::V1::ListTransferableOffersResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token to retrieve the next page of results. Pass to ListTransferableOffersRequest.page_token to obtain that page.

Returns:



386
387
388
389
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 386

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

#transferable_offers::Array<::Google::Cloud::Channel::V1::TransferableOffer>

Returns Information about Offers for a customer that can be used for transfer.

Returns:



386
387
388
389
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 386

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