Class: Google::Shopping::Merchant::Accounts::V1beta::GetUserRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::GetUserRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/user.rb
Overview
Request message for the GetUser
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the user to retrieve.
Format: accounts/{account}/users/{email}
It is also possible to retrieve the user corresponding to the caller by
using me
rather than an email address as in
accounts/{account}/users/me
.
68 69 70 71 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/user.rb', line 68 class GetUserRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |