Class BatchDeactivateContentBundlesRequest
Request message for BatchDeactivateContentBundles method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchDeactivateContentBundlesRequest : IMessage<BatchDeactivateContentBundlesRequest>, IEquatable<BatchDeactivateContentBundlesRequest>, IDeepCloneable<BatchDeactivateContentBundlesRequest>, IBufferMessage, IMessage
Constructors
BatchDeactivateContentBundlesRequest()
Declaration
public BatchDeactivateContentBundlesRequest()
BatchDeactivateContentBundlesRequest(BatchDeactivateContentBundlesRequest)
Declaration
public BatchDeactivateContentBundlesRequest(BatchDeactivateContentBundlesRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDeactivateContentBundlesRequest | other |
Properties
ContentBundleNames
ContentBundleName-typed view over the Names resource name property.
Declaration
public ResourceNameList<ContentBundleName> ContentBundleNames { get; }
Property Value
| Type | Description |
|---|---|
| ResourceNameList<ContentBundleName> |
Names
Required. The resource names of the ContentBundles to deactivate.
Format: networks/{network_code}/contentBundles/{content_bundle_id}
Declaration
public RepeatedField<string> Names { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
Parent
Required. The parent resource where ContentBundles will be
deactivated.
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 |