Class BatchUpdateDaiAuthenticationKeysResponse
Response object for BatchUpdateDaiAuthenticationKeys method.
Implements
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> |