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