Class: Google::Shopping::Merchant::Accounts::V1::ListUsersRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::ListUsersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/user.rb
Overview
Request message for the ListUsers method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of users to return. The service may return fewer than this value. If unspecified, at most 50 users will be returned. The maximum value is 100; values above 100 will be coerced to 100.
145 146 147 148 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/user.rb', line 145 class ListUsersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListUsers call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListUsers must match
the call that provided the page token.
145 146 147 148 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/user.rb', line 145 class ListUsersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of users.
Format: accounts/{account}.
145 146 147 148 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/user.rb', line 145 class ListUsersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |