Class: Google::Cloud::Channel::V1::ListPurchasableOffersResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token to retrieve the next page of results.

Returns:

  • (::String)

    A token to retrieve the next page of results.



1416
1417
1418
1419
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1416

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

#purchasable_offers::Array<::Google::Cloud::Channel::V1::PurchasableOffer>

Returns The list of Offers requested.

Returns:



1416
1417
1418
1419
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1416

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