Show / Hide Table of Contents

Class AppliedLabel

Represents a Label that can be applied to an entity.

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

Constructors

AppliedLabel()

Declaration
public AppliedLabel()

AppliedLabel(AppliedLabel)

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

Properties

Label

Required. The label to be applied. Format: "networks/{network_code}/labels/{label_id}"

Declaration
public string Label { get; set; }
Property Value
Type Description
string

LabelAsLabelName

LabelName-typed view over the Label resource name property.

Declaration
public LabelName LabelAsLabelName { get; set; }
Property Value
Type Description
LabelName

Negated

Specifies whether or not to negate the effects of the label.

Declaration
public bool Negated { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX