GoogleApi.BillingBudgets.V1.Model.GoogleCloudBillingBudgetsV1ListBudgetsResponse (google_api_billing_budgets v0.10.0) View Source

Response for ListBudgets

Attributes

  • budgets (type: list(GoogleApi.BillingBudgets.V1.Model.GoogleCloudBillingBudgetsV1Budget.t), default: nil) - List of the budgets owned by the requested billing account.
  • nextPageToken (type: String.t, default: nil) - If not empty, indicates that there may be more budgets that match the request; this value should be passed in a new ListBudgetsRequest.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.BillingBudgets.V1.Model.GoogleCloudBillingBudgetsV1ListBudgetsResponse{
    budgets: [
      GoogleApi.BillingBudgets.V1.Model.GoogleCloudBillingBudgetsV1Budget.t()
    ],
    nextPageToken: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.