View Source GoogleApi.CloudBilling.V1.Model.ListSkusResponse (google_api_cloud_billing v0.26.0)
Response message for ListSkus.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token to retrieve the next page of results. To retrieve the next page, callListSkusagain with thepage_tokenfield set to this value. This field is empty if there are no more results to retrieve. -
skus(type:list(GoogleApi.CloudBilling.V1.Model.Sku.t), default:nil) - The list of public SKUs of the given service.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudBilling.V1.Model.ListSkusResponse{ nextPageToken: String.t() | nil, skus: [GoogleApi.CloudBilling.V1.Model.Sku.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.