Show / Hide Table of Contents

Class ContentLabel

A content label.

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

Constructors

ContentLabel()

Declaration
public ContentLabel()

ContentLabel(ContentLabel)

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

Properties

ContentLabelName

ContentLabelName-typed view over the Name resource name property.

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

DisplayName

Optional. The display name of the ContentLabel.

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

Name

Identifier. The resource name of the ContentLabel. Format: networks/{network_code}/contentLabels/{content_label_id}

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