Class: Google::Shopping::Merchant::Accounts::V1beta::ListSubAccountsRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::ListSubAccountsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb
Overview
Request message for the ListSubAccounts
method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#provider ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of accounts to return. The service may return fewer than this value. If unspecified, at most 250 accounts are returned. The maximum value is 500; values above 500 are coerced to 500.
210 211 212 213 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 210 class ListSubAccountsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListAccounts
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccounts
must match
the call that provided the page token.
210 211 212 213 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 210 class ListSubAccountsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provider ⇒ ::String
Returns Required. The parent account.
Format: accounts/{account}
.
210 211 212 213 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 210 class ListSubAccountsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |