Class Label
A Label is additional information that can be added to an entity.
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class Label : IMessage<Label>, IEquatable<Label>, IDeepCloneable<Label>, IBufferMessage, IMessage
Constructors
Label()
Declaration
Label(Label)
Declaration
public Label(Label other)
Parameters
Type |
Name |
Description |
Label |
other |
|
Properties
LabelName
Declaration
public LabelName LabelName { get; set; }
Property Value
Name
Identifier. The resource name of the Label
.
Format: networks/{network_code}/labels/{label_id}
Declaration
public string Name { get; set; }
Property Value