google_api_billing_budgets v0.5.0 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 newListBudgetsRequest
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1ListBudgetsResponse{ budgets: [ GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1Budget.t() ], nextPageToken: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.