Class BatchCreateDaiAuthenticationKeysRequest
Request object for BatchCreateDaiAuthenticationKeys method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateDaiAuthenticationKeysRequest : IMessage<BatchCreateDaiAuthenticationKeysRequest>, IEquatable<BatchCreateDaiAuthenticationKeysRequest>, IDeepCloneable<BatchCreateDaiAuthenticationKeysRequest>, IBufferMessage, IMessage
Constructors
BatchCreateDaiAuthenticationKeysRequest()
Declaration
public BatchCreateDaiAuthenticationKeysRequest()
BatchCreateDaiAuthenticationKeysRequest(BatchCreateDaiAuthenticationKeysRequest)
Declaration
public BatchCreateDaiAuthenticationKeysRequest(BatchCreateDaiAuthenticationKeysRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateDaiAuthenticationKeysRequest | other |
Properties
Parent
Required. The parent resource where DaiAuthenticationKeys will be
created. Format: networks/{network_code} The parent field in the
CreateDaiAuthenticationKeyRequest must match this field.
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsNetworkName
NetworkName-typed view over the Parent resource name property.
Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
| Type | Description |
|---|---|
| NetworkName |
Requests
Required. The DaiAuthenticationKey objects to create.
A maximum of 100 objects can be created in a batch.
Declaration
public RepeatedField<CreateDaiAuthenticationKeyRequest> Requests { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<CreateDaiAuthenticationKeyRequest> |