Class: Google::Cloud::Billing::V1::ListBillingAccountsResponse

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

Instance Attribute Details

#billing_accounts::Array<::Google::Cloud::Billing::V1::BillingAccount>

Returns A list of billing accounts.

Returns:



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.

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.



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