google_api_cloud_billing v0.18.0 GoogleApi.CloudBilling.V1.Model.ListBillingAccountsResponse View Source

Response message for ListBillingAccounts.

Attributes

  • billingAccounts (type: list(GoogleApi.CloudBilling.V1.Model.BillingAccount.t), default: nil) - A list of billing accounts.
  • nextPageToken (type: String.t, default: nil) - A token to retrieve the next page of results. To retrieve the next page, call ListBillingAccounts again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

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() :: %GoogleApi.CloudBilling.V1.Model.ListBillingAccountsResponse{
  billingAccounts: [GoogleApi.CloudBilling.V1.Model.BillingAccount.t()],
  nextPageToken: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.