Class: Google::Shopping::Css::V1::ListChildAccountsResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::ListChildAccountsResponse
- 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
-
#accounts ⇒ ::Array<::Google::Shopping::Css::V1::Account>
The CSS/MC accounts returned for the specified CSS parent account.
-
#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::Css::V1::Account>
Returns The CSS/MC accounts returned for the specified CSS parent account.
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.
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 |