Class BatchActivateCdnConfigsRequest
Request message to activate CdnConfig objects.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchActivateCdnConfigsRequest : IMessage<BatchActivateCdnConfigsRequest>, IEquatable<BatchActivateCdnConfigsRequest>, IDeepCloneable<BatchActivateCdnConfigsRequest>, IBufferMessage, IMessage
Constructors
BatchActivateCdnConfigsRequest()
Declaration
public BatchActivateCdnConfigsRequest()
BatchActivateCdnConfigsRequest(BatchActivateCdnConfigsRequest)
Declaration
public BatchActivateCdnConfigsRequest(BatchActivateCdnConfigsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchActivateCdnConfigsRequest | 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 activate.
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 |