View Source GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1ListBudgetsResponse (google_api_billing_budgets v0.14.0)
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 newListBudgetsRequest
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1ListBudgetsResponse{ budgets: [ GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1Budget.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.