Class: Google::Shopping::Merchant::Accounts::V1::ListSubAccountsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1/accounts.rb

Overview

Request message for the ListSubAccounts method.

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)

    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.



301
302
303
304
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 301

class ListSubAccountsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. A page token, received from a previous accounts.list call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided in the accounts.list request must match the call that provided the page token.

Returns:

  • (::String)

    Optional. A page token, received from a previous accounts.list call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided in the accounts.list request must match the call that provided the page token.



301
302
303
304
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 301

class ListSubAccountsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#provider::String

Returns Required. The aggregation service provider. Format: accounts/{accountId}.

Returns:

  • (::String)

    Required. The aggregation service provider. Format: accounts/{accountId}



301
302
303
304
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 301

class ListSubAccountsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end