google_api_billing_budgets v0.3.3 GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1ListBudgetsResponse View Source

Response for ListBudgets

Attributes

  • budgets (type: list(GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1Budget.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

Link to this type

t()

View Source
t() ::
  %GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1ListBudgetsResponse{
    budgets: [
      GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1Budget.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.