Show / Hide Table of Contents

Class UpdateUserRequest

Request message for the UpdateUser method.

Inheritance
object
UpdateUserRequest
Implements
IMessage<UpdateUserRequest>
IEquatable<UpdateUserRequest>
IDeepCloneable<UpdateUserRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class UpdateUserRequest : IMessage<UpdateUserRequest>, IEquatable<UpdateUserRequest>, IDeepCloneable<UpdateUserRequest>, IBufferMessage, IMessage

Constructors

UpdateUserRequest()

Declaration
public UpdateUserRequest()

UpdateUserRequest(UpdateUserRequest)

Declaration
public UpdateUserRequest(UpdateUserRequest other)
Parameters
Type Name Description
UpdateUserRequest other

Properties

UpdateMask

Optional. List of fields being updated.

The following fields are supported (in both snake_case and lowerCamelCase):

  • access_rights
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type Description
FieldMask

User

Required. The new version of the user.

Use me to refer to your own email address, for example accounts/{account}/users/me.

Declaration
public User User { get; set; }
Property Value
Type Description
User
In this article
Back to top Generated by DocFX