Class BatchCreateDaiAuthenticationKeysResponse
Response object for BatchCreateDaiAuthenticationKeys method.
Implements
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> |