Billing V1 API - Class Google::Cloud::Billing::V1::ListBillingAccountsResponse (v0.8.0)

Reference documentation and code samples for the Billing V1 API class Google::Cloud::Billing::V1::ListBillingAccountsResponse.

Response message for ListBillingAccounts.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#billing_accounts

def billing_accounts() -> ::Array<::Google::Cloud::Billing::V1::BillingAccount>
Returns

#billing_accounts=

def billing_accounts=(value) -> ::Array<::Google::Cloud::Billing::V1::BillingAccount>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token to retrieve the next page of results. To retrieve the next page, call ListBillingAccounts again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token to retrieve the next page of results. To retrieve the next page, call ListBillingAccounts again with the page_token field set to this value. This field is empty if there are no more results to retrieve.
Returns
  • (::String) — A token to retrieve the next page of results. To retrieve the next page, call ListBillingAccounts again with the page_token field set to this value. This field is empty if there are no more results to retrieve.