Class BatchArchiveCdnConfigsRequest
Request message to archive CdnConfig objects.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchArchiveCdnConfigsRequest : IMessage<BatchArchiveCdnConfigsRequest>, IEquatable<BatchArchiveCdnConfigsRequest>, IDeepCloneable<BatchArchiveCdnConfigsRequest>, IBufferMessage, IMessage
Constructors
BatchArchiveCdnConfigsRequest()
Declaration
public BatchArchiveCdnConfigsRequest()
BatchArchiveCdnConfigsRequest(BatchArchiveCdnConfigsRequest)
Declaration
public BatchArchiveCdnConfigsRequest(BatchArchiveCdnConfigsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchArchiveCdnConfigsRequest | other |
Properties
CdnConfigNames
CdnConfigName-typed view over the Names resource name property.
Declaration
public ResourceNameList<CdnConfigName> CdnConfigNames { get; }
Property Value
| Type | Description |
|---|---|
| ResourceNameList<CdnConfigName> |
Names
Required. The resource names of the CdnConfig objects to archive.
Format: networks/{network_code}/cdnConfigs/{cdn_config_id}
Declaration
public RepeatedField<string> Names { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
Parent
Required. 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 |