Class: Google::Cloud::Billing::Budgets::V1::ListBudgetsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#budgets::Array<::Google::Cloud::Billing::Budgets::V1::Budget>

Returns List of the budgets owned by the requested billing account.

Returns:



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.

Returns:

  • (::String)

    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