GoogleApi.BillingBudgets.V1.Model.GoogleCloudBillingBudgetsV1ListBudgetsResponse (google_api_billing_budgets v0.13.2) 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 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.V1.Model.GoogleCloudBillingBudgetsV1ListBudgetsResponse{
budgets:
[GoogleApi.BillingBudgets.V1.Model.GoogleCloudBillingBudgetsV1Budget.t()]
| nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.