Show / Hide Table of Contents

Class UpdateDaiAuthenticationKeyRequest

Request object for UpdateDaiAuthenticationKey method.

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

Constructors

UpdateDaiAuthenticationKeyRequest()

Declaration
public UpdateDaiAuthenticationKeyRequest()

UpdateDaiAuthenticationKeyRequest(UpdateDaiAuthenticationKeyRequest)

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

Properties

DaiAuthenticationKey

Required. The DaiAuthenticationKey to update.

The DaiAuthenticationKey's name is used to identify the DaiAuthenticationKey to update.

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

UpdateMask

Optional. The list of fields to update.

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