Class: Google::Cloud::Billing::Budgets::V1::ListBudgetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Billing::Budgets::V1::ListBudgetsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/billing/budgets/v1/budget_service.rb
Overview
Response for ListBudgets
Instance Attribute Summary collapse
-
#budgets ⇒ ::Array<::Google::Cloud::Billing::Budgets::V1::Budget>
List of the budgets owned by the requested billing account.
-
#next_page_token ⇒ ::String
If not empty, indicates that there may be more budgets that match the request; this value should be passed in a new
ListBudgetsRequest
.
Instance Attribute Details
#budgets ⇒ ::Array<::Google::Cloud::Billing::Budgets::V1::Budget>
Returns List of the budgets owned by the requested billing account.
101 102 103 104 |
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 101 class ListBudgetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns If not empty, indicates that there may be more budgets that match the
request; this value should be passed in a new ListBudgetsRequest
.
101 102 103 104 |
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 101 class ListBudgetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |