Class: Google::Shopping::Merchant::Accounts::V1beta::ListSubAccountsResponse

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

Instance Attribute Details

#accounts::Array<::Google::Shopping::Merchant::Accounts::V1beta::Account>

Returns The accounts for which the given parent account is an aggregator.

Returns:



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.

Returns:

  • (::String)

    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