Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListPurchasableOffersResponse.
Response message for ListPurchasableOffers.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve the next page of results.
Returns
- (::String) — A token to retrieve the next page of results.
#purchasable_offers
def purchasable_offers() -> ::Array<::Google::Cloud::Channel::V1::PurchasableOffer>
Returns
- (::Array<::Google::Cloud::Channel::V1::PurchasableOffer>) — The list of Offers requested.
#purchasable_offers=
def purchasable_offers=(value) -> ::Array<::Google::Cloud::Channel::V1::PurchasableOffer>
Parameter
- value (::Array<::Google::Cloud::Channel::V1::PurchasableOffer>) — The list of Offers requested.
Returns
- (::Array<::Google::Cloud::Channel::V1::PurchasableOffer>) — The list of Offers requested.