Show / Hide Table of Contents

Class BatchDeactivateLabelsRequest

Request message for BatchDeactivateLabels method.

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

Constructors

BatchDeactivateLabelsRequest()

Declaration
public BatchDeactivateLabelsRequest()

BatchDeactivateLabelsRequest(BatchDeactivateLabelsRequest)

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

Properties

LabelNames

LabelName-typed view over the Names resource name property.

Declaration
public ResourceNameList<LabelName> LabelNames { get; }
Property Value
Type Description
ResourceNameList<LabelName>

Names

Required. Resource names for the Label. Format: networks/{network_code}/labels/{label_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