google_api_cloud_billing v0.4.0 GoogleApi.CloudBilling.V1.Model.ListServicesResponse View Source
Response message for `ListServices`.
Attributes
- nextPageToken (String.t): A token to retrieve the next page of results. To retrieve the next page, call `ListServices` again with the `page_token` field set to this value. This field is empty if there are no more results to retrieve. Defaults to:
null
. - services ([Service]): A list of services. Defaults to:
null
.
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.ListServicesResponse{
nextPageToken: any(),
services: [GoogleApi.CloudBilling.V1.Model.Service.t()]
}
t() :: %GoogleApi.CloudBilling.V1.Model.ListServicesResponse{ nextPageToken: any(), services: [GoogleApi.CloudBilling.V1.Model.Service.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.