Reference documentation and code samples for the Billing Budgets V1 API class Google::Cloud::Billing::Budgets::V1::ListBudgetsResponse.
Response for ListBudgets
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#budgets
def budgets() -> ::Array<::Google::Cloud::Billing::Budgets::V1::Budget>
    Returns
    
  - (::Array<::Google::Cloud::Billing::Budgets::V1::Budget>) — List of the budgets owned by the requested billing account.
 
#budgets=
def budgets=(value) -> ::Array<::Google::Cloud::Billing::Budgets::V1::Budget>
    Parameter
    
  - value (::Array<::Google::Cloud::Billing::Budgets::V1::Budget>) — List of the budgets owned by the requested billing account.
 
    Returns
    
  - (::Array<::Google::Cloud::Billing::Budgets::V1::Budget>) — List of the budgets owned by the requested billing account.
 
#next_page_token
def next_page_token() -> ::String
    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. 
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - 
        value (::String) — 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.