Show / Hide Table of Contents

Class BatchDeactivateCreativeWrappersRequest

Request message to deactivate CreativeWrapper objects.

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

Constructors

BatchDeactivateCreativeWrappersRequest()

Declaration
public BatchDeactivateCreativeWrappersRequest()

BatchDeactivateCreativeWrappersRequest(BatchDeactivateCreativeWrappersRequest)

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

Properties

CreativeWrapperNames

CreativeWrapperName-typed view over the Names resource name property.

Declaration
public ResourceNameList<CreativeWrapperName> CreativeWrapperNames { get; }
Property Value
Type Description
ResourceNameList<CreativeWrapperName>

Names

Required. The resource names of the CreativeWrapper objects to deactivate. Format: networks/{network_code}/creativeWrappers/{creative_wrapper_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
In this article
Back to top Generated by DocFX