Show / Hide Table of Contents

Class GetDaiAuthenticationKeyRequest

Request object for GetDaiAuthenticationKey method.

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

Constructors

GetDaiAuthenticationKeyRequest()

Declaration
public GetDaiAuthenticationKeyRequest()

GetDaiAuthenticationKeyRequest(GetDaiAuthenticationKeyRequest)

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

Properties

DaiAuthenticationKeyName

DaiAuthenticationKeyName-typed view over the Name resource name property.

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

Name

Required. The resource name of the DaiAuthenticationKey. Format: networks/{network_code}/daiAuthenticationKeys/{dai_authentication_key_id}

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