Show / Hide Table of Contents

Class UpdateAccountRequest

Request message for the UpdateAccount method.

Inheritance
object
UpdateAccountRequest
Implements
IMessage<UpdateAccountRequest>
IEquatable<UpdateAccountRequest>
IDeepCloneable<UpdateAccountRequest>
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 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 new version of the account.

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

UpdateMask

Optional. List of fields being updated.

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

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