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
- (::Array<::Google::Cloud::Billing::V1::BillingAccount>) — A list of billing accounts.
#billing_accounts=
def billing_accounts=(value) -> ::Array<::Google::Cloud::Billing::V1::BillingAccount>
Parameter
- value (::Array<::Google::Cloud::Billing::V1::BillingAccount>) — A list of billing accounts.
Returns
- (::Array<::Google::Cloud::Billing::V1::BillingAccount>) — A list of billing accounts.
#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 thepage_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 thepage_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 thepage_token
field set to this value. This field is empty if there are no more results to retrieve.