Show / Hide Table of Contents

Class CreateCdnConfigRequest

Request object for CreateCdnConfig method.

Inheritance
object
CreateCdnConfigRequest
Implements
IMessage<CreateCdnConfigRequest>
IEquatable<CreateCdnConfigRequest>
IDeepCloneable<CreateCdnConfigRequest>
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 CreateCdnConfigRequest : IMessage<CreateCdnConfigRequest>, IEquatable<CreateCdnConfigRequest>, IDeepCloneable<CreateCdnConfigRequest>, IBufferMessage, IMessage

Constructors

CreateCdnConfigRequest()

Declaration
public CreateCdnConfigRequest()

CreateCdnConfigRequest(CreateCdnConfigRequest)

Declaration
public CreateCdnConfigRequest(CreateCdnConfigRequest other)
Parameters
Type Name Description
CreateCdnConfigRequest other

Properties

CdnConfig

Required. The CdnConfig to create.

Declaration
public CdnConfig CdnConfig { get; set; }
Property Value
Type Description
CdnConfig

Parent

Required. The parent resource where this CdnConfig will be created. Format: networks/{network_code}

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
In this article
Back to top Generated by DocFX