Show / Hide Table of Contents

Class UpdateAccountRequest

Request message for UpdateAccount RPC.

Inheritance
object
UpdateAccountRequest
Implements
IMessage<UpdateAccountRequest>
IEquatable<UpdateAccountRequest>
IDeepCloneable<UpdateAccountRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.dll
Syntax
public sealed class UpdateAccountRequest : IMessage<UpdateAccountRequest>, IEquatable<UpdateAccountRequest>, IDeepCloneable<UpdateAccountRequest>, IBufferMessage, IMessage

Constructors

UpdateAccountRequest()

Declaration
public UpdateAccountRequest()

UpdateAccountRequest(UpdateAccountRequest)

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

Properties

Account

Required. The account to update. The account's name field is used to identify the account.

Declaration
public Account Account { get; set; }
Property Value
Type Description
Account

UpdateMask

Required. The list of fields to be updated. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

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