Class BatchCreateCdnConfigsRequest
Request object for BatchCreateCdnConfigs method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateCdnConfigsRequest : IMessage<BatchCreateCdnConfigsRequest>, IEquatable<BatchCreateCdnConfigsRequest>, IDeepCloneable<BatchCreateCdnConfigsRequest>, IBufferMessage, IMessage
Constructors
BatchCreateCdnConfigsRequest()
Declaration
public BatchCreateCdnConfigsRequest()
BatchCreateCdnConfigsRequest(BatchCreateCdnConfigsRequest)
Declaration
public BatchCreateCdnConfigsRequest(BatchCreateCdnConfigsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateCdnConfigsRequest | other |
Properties
Parent
Required. The parent resource where CdnConfigs will be created.
Format: networks/{network_code}
The parent field in the CreateCdnConfigRequest 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 CdnConfig objects to create.
A maximum of 100 objects can be created in a batch.
Declaration
public RepeatedField<CreateCdnConfigRequest> Requests { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<CreateCdnConfigRequest> |