Class: Google::Shopping::Css::V1::ListChildAccountsResponse

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

Overview

Response message for the ListChildAccounts method.

Instance Attribute Summary collapse

Instance Attribute Details

#accounts::Array<::Google::Shopping::Css::V1::Account>

Returns The CSS/MC accounts returned for the specified CSS parent account.

Returns:



62
63
64
65
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 62

class ListChildAccountsResponse
  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.



62
63
64
65
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 62

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