GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListOffersResponse (google_api_cloud_channel v0.2.0) View Source
Response message for ListOffers.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve the next page of results. -
offers
(type:list(GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Offer.t)
, default:nil
) - The list of Offers requested.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListOffersResponse{ nextPageToken: String.t() | nil, offers: [GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Offer.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.