View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListPurchasableSkusResponse (google_api_cloud_channel v0.7.0)
Response message for ListPurchasableSkus.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve the next page of results. -
purchasableSkus
(type:list(GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1PurchasableSku.t)
, default:nil
) - The list of SKUs requested.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListPurchasableSkusResponse{ nextPageToken: String.t() | nil, purchasableSkus: [GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1PurchasableSku.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.