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.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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

Required. List of fields being updated.

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