Cloud FTP v1 API - Class UpdateUserRequest (1.0.0-beta01)

public sealed class UpdateUserRequest : IMessage<UpdateUserRequest>, IEquatable<UpdateUserRequest>, IDeepCloneable<UpdateUserRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud FTP v1 API class UpdateUserRequest.

Message for updating a User

Inheritance

object > UpdateUserRequest

Namespace

Google.Cloud.Ftp.V1

Assembly

Google.Cloud.Ftp.V1.dll

Constructors

UpdateUserRequest()

public UpdateUserRequest()

UpdateUserRequest(UpdateUserRequest)

public UpdateUserRequest(UpdateUserRequest other)
Parameter
Name Description
other UpdateUserRequest

Properties

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Field mask is used to specify the fields to be overwritten in the User resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields present in the request will be overwritten.

Property Value
Type Description
FieldMask

User

public User User { get; set; }

Required. The resource being updated

Property Value
Type Description
User