Show / Hide Table of Contents

Class BatchCreateDaiAuthenticationKeysResponse

Response object for BatchCreateDaiAuthenticationKeys method.

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

Constructors

BatchCreateDaiAuthenticationKeysResponse()

Declaration
public BatchCreateDaiAuthenticationKeysResponse()

BatchCreateDaiAuthenticationKeysResponse(BatchCreateDaiAuthenticationKeysResponse)

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

Properties

DaiAuthenticationKeys

The DaiAuthenticationKey objects created.

Declaration
public RepeatedField<DaiAuthenticationKey> DaiAuthenticationKeys { get; }
Property Value
Type Description
RepeatedField<DaiAuthenticationKey>
In this article
Back to top Generated by DocFX