Show / Hide Table of Contents

Class CreateDaiAuthenticationKeyRequest

Request object for CreateDaiAuthenticationKey method.

Inheritance
object
CreateDaiAuthenticationKeyRequest
Implements
IMessage<CreateDaiAuthenticationKeyRequest>
IEquatable<CreateDaiAuthenticationKeyRequest>
IDeepCloneable<CreateDaiAuthenticationKeyRequest>
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 CreateDaiAuthenticationKeyRequest : IMessage<CreateDaiAuthenticationKeyRequest>, IEquatable<CreateDaiAuthenticationKeyRequest>, IDeepCloneable<CreateDaiAuthenticationKeyRequest>, IBufferMessage, IMessage

Constructors

CreateDaiAuthenticationKeyRequest()

Declaration
public CreateDaiAuthenticationKeyRequest()

CreateDaiAuthenticationKeyRequest(CreateDaiAuthenticationKeyRequest)

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

Properties

DaiAuthenticationKey

Required. The DaiAuthenticationKey to create.

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

Parent

Required. The parent resource where this DaiAuthenticationKey will be created. Format: networks/{network_code}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsNetworkName

NetworkName-typed view over the Parent resource name property.

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