Class: Google::Shopping::Merchant::Accounts::V1beta::ListSubAccountsResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::ListSubAccountsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb
Overview
Response message for the ListSubAccounts
method.
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::Account>
The accounts for which the given parent account is an aggregator.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#accounts ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::Account>
Returns The accounts for which the given parent account is an aggregator.
223 224 225 226 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 223 class ListSubAccountsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
223 224 225 226 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 223 class ListSubAccountsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |