Class BatchCreateCdnConfigsResponse
Response object for BatchCreateCdnConfigs method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateCdnConfigsResponse : IMessage<BatchCreateCdnConfigsResponse>, IEquatable<BatchCreateCdnConfigsResponse>, IDeepCloneable<BatchCreateCdnConfigsResponse>, IBufferMessage, IMessage
Constructors
BatchCreateCdnConfigsResponse()
Declaration
public BatchCreateCdnConfigsResponse()
BatchCreateCdnConfigsResponse(BatchCreateCdnConfigsResponse)
Declaration
public BatchCreateCdnConfigsResponse(BatchCreateCdnConfigsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateCdnConfigsResponse | other |
Properties
CdnConfigs
The CdnConfig objects created.
Declaration
public RepeatedField<CdnConfig> CdnConfigs { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<CdnConfig> |