Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202402.Label Class Reference

A More...

Properties

long id [get, set]
 Unique ID of the More...
 
bool idSpecified [get, set]
 
string name [get, set]
 Name of the More...
 
string description [get, set]
 A description of the label. This value is optional and its maximum length is 255 characters. More...
 
bool isActive [get, set]
 Specifies whether or not the label is active. This attribute is read-only. More...
 
bool isActiveSpecified [get, set]
 
AdCategoryDto adCategory [get, set]
 Indicates the Ad Category associated with the label. More...
 
LabelType[] types [get, set]
 The types of the More...
 

Detailed Description

A

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

Property Documentation

AdCategoryDto Google.Api.Ads.AdManager.v202402.Label.adCategory
getset

Indicates the Ad Category associated with the label.

string Google.Api.Ads.AdManager.v202402.Label.description
getset

A description of the label. This value is optional and its maximum length is 255 characters.

long Google.Api.Ads.AdManager.v202402.Label.id
getset

Unique ID of the

Label. This value is readonly and is assigned by Google.

bool Google.Api.Ads.AdManager.v202402.Label.idSpecified
getset

true, if a value is specified for id, false otherwise.

bool Google.Api.Ads.AdManager.v202402.Label.isActive
getset

Specifies whether or not the label is active. This attribute is read-only.

bool Google.Api.Ads.AdManager.v202402.Label.isActiveSpecified
getset

true, if a value is specified for isActive, false otherwise.

string Google.Api.Ads.AdManager.v202402.Label.name
getset

Name of the

Label. This is value is required to create a label and has a maximum length of 127 characters.

LabelType [] Google.Api.Ads.AdManager.v202402.Label.types
getset

The documentation for this class was generated from the following file: