Show / Hide Table of Contents

Class BatchUpdateDaiAuthenticationKeysResponse

Response object for BatchUpdateDaiAuthenticationKeys method.

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

Constructors

BatchUpdateDaiAuthenticationKeysResponse()

Declaration
public BatchUpdateDaiAuthenticationKeysResponse()

BatchUpdateDaiAuthenticationKeysResponse(BatchUpdateDaiAuthenticationKeysResponse)

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

Properties

DaiAuthenticationKeys

The DaiAuthenticationKey objects updated.

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