Class AppliedLabel
Represents a Label that can be applied to an entity.
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class AppliedLabel : IMessage<AppliedLabel>, IEquatable<AppliedLabel>, IDeepCloneable<AppliedLabel>, IBufferMessage, IMessage
Constructors
AppliedLabel()
Declaration
AppliedLabel(AppliedLabel)
Declaration
public AppliedLabel(AppliedLabel other)
Parameters
Properties
Label
Required. The label to be applied.
Format: "networks/{network_code}/labels/{label_id}"
Declaration
public string Label { get; set; }
Property Value
LabelAsLabelName
Declaration
public LabelName LabelAsLabelName { get; set; }
Property Value
Negated
Specifies whether or not to negate the effects of the label.
Declaration
public bool Negated { get; set; }
Property Value