Show / Hide Table of Contents

Class GetCdnConfigRequest

Request object for GetCdnConfig method.

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

Constructors

GetCdnConfigRequest()

Declaration
public GetCdnConfigRequest()

GetCdnConfigRequest(GetCdnConfigRequest)

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

Properties

CdnConfigName

CdnConfigName-typed view over the Name resource name property.

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

Name

Required. The resource name of the CdnConfig. Format: networks/{network_code}/cdnConfigs/{cdn_config_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX