Show / Hide Table of Contents

Class BatchUpdateCdnConfigsResponse

Response object for BatchUpdateCdnConfigs method.

Inheritance
object
BatchUpdateCdnConfigsResponse
Implements
IMessage<BatchUpdateCdnConfigsResponse>
IEquatable<BatchUpdateCdnConfigsResponse>
IDeepCloneable<BatchUpdateCdnConfigsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX