google_api_cloud_billing v0.8.1 GoogleApi.CloudBilling.V1.Model.ListSkusResponse View Source
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, callListSkus
again with thepage_token
field 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudBilling.V1.Model.ListSkusResponse{
nextPageToken: String.t(),
skus: [GoogleApi.CloudBilling.V1.Model.Sku.t()]
}
t() :: %GoogleApi.CloudBilling.V1.Model.ListSkusResponse{ nextPageToken: String.t(), skus: [GoogleApi.CloudBilling.V1.Model.Sku.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.