Class: Google::Cloud::Billing::V1::ListBillingAccountsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Billing::V1::ListBillingAccountsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/billing/v1/cloud_billing.rb
Overview
Response message for ListBillingAccounts
.
Instance Attribute Summary collapse
-
#billing_accounts ⇒ ::Array<::Google::Cloud::Billing::V1::BillingAccount>
A list of billing accounts.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#billing_accounts ⇒ ::Array<::Google::Cloud::Billing::V1::BillingAccount>
Returns A list of billing accounts.
145 146 147 148 |
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 145 class ListBillingAccountsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns 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.
145 146 147 148 |
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 145 class ListBillingAccountsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |