Class: Google::Shopping::Merchant::Accounts::V1beta::ListUsersResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::ListUsersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/user.rb
Overview
Response message for the ListUsers
method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#users ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::User>
The users from the specified account.
Instance Attribute Details
#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.
148 149 150 151 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/user.rb', line 148 class ListUsersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#users ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::User>
Returns The users from the specified account.
148 149 150 151 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/user.rb', line 148 class ListUsersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |