Show / Hide Table of Contents

Class Label

A Label is additional information that can be added to an entity.

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

Constructors

Label()

Declaration
public Label()

Label(Label)

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

Properties

LabelName

LabelName-typed view over the Name resource name property.

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

Name

Identifier. The resource name of the Label. Format: networks/{network_code}/labels/{label_id}

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