Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListOffersResponse.
Response message for ListOffers.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String- (::String) — A token to retrieve the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String- value (::String) — A token to retrieve the next page of results.
- (::String) — A token to retrieve the next page of results.
#offers
def offers() -> ::Array<::Google::Cloud::Channel::V1::Offer>-
(::Array<::Google::Cloud::Channel::V1::Offer>) — The list of Offers requested.
The pricing information for each Offer only includes the base price. Effective prices and discounts aren't populated.
#offers=
def offers=(value) -> ::Array<::Google::Cloud::Channel::V1::Offer>-
value (::Array<::Google::Cloud::Channel::V1::Offer>) — The list of Offers requested.
The pricing information for each Offer only includes the base price. Effective prices and discounts aren't populated.
-
(::Array<::Google::Cloud::Channel::V1::Offer>) — The list of Offers requested.
The pricing information for each Offer only includes the base price. Effective prices and discounts aren't populated.