Class: Google::Shopping::Merchant::Accounts::V1beta::UpdateUserRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::UpdateUserRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/user.rb
Overview
Request message for the UpdateUser
method.
Instance Attribute Summary collapse
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#user ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::User
Required.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. List of fields being updated.
113 114 115 116 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/user.rb', line 113 class UpdateUserRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::User
Returns Required. The new version of the user.
Use me
to refer to your own email address, for example
accounts/{account}/users/me
.
113 114 115 116 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/user.rb', line 113 class UpdateUserRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |