View Source GoogleApi.CloudBilling.V1.Model.ListServicesResponse (google_api_cloud_billing v0.24.0)

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, call ListServices again with the page_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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBilling.V1.Model.ListServicesResponse{
  nextPageToken: String.t() | nil,
  services: [GoogleApi.CloudBilling.V1.Model.Service.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.