Class ContentLabel
A content label.
Implements
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 |