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