Reference documentation and code samples for the Google Cloud Channel V1 Client class ListOffersResponse.
Response message for ListOffers.
Generated from protobuf message google.cloud.channel.v1.ListOffersResponse
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ offers
array< Offer
>
The list of Offers requested. The pricing information for each Offer only includes the base price. Effective prices and discounts aren't populated.
↳ next_page_token
string
A token to retrieve the next page of results.
getOffers
The list of Offers requested.
The pricing information for each Offer only includes the base price. Effective prices and discounts aren't populated.
setOffers
The list of Offers requested.
The pricing information for each Offer only includes the base price. Effective prices and discounts aren't populated.
$this
getNextPageToken
A token to retrieve the next page of results.
string
setNextPageToken
A token to retrieve the next page of results.
var
string
$this

