Show / Hide Table of Contents

Class BatchCreateCdnConfigsResponse

Response object for BatchCreateCdnConfigs method.

Inheritance
object
BatchCreateCdnConfigsResponse
Implements
IMessage<BatchCreateCdnConfigsResponse>
IEquatable<BatchCreateCdnConfigsResponse>
IDeepCloneable<BatchCreateCdnConfigsResponse>
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 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>
In this article
Back to top Generated by DocFX