Ads API .NET library
|
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... | |
A
Label
is additional information that can be added to an entity.
|
getset |
Indicates the Ad Category associated with the label.
|
getset |
A description of the label. This value is optional and its maximum length is 255 characters.
|
getset |
|
getset |
true
, if a value is specified for id, false
otherwise.
|
getset |
Specifies whether or not the label is active. This attribute is read-only.
|
getset |
true
, if a value is specified for isActive, false
otherwise.
|
getset |
Name of the
Label
. This is value is required to create a label and has a maximum length of 127 characters.
|
getset |
The types of the
Referenced by Google.Api.Ads.AdManager.Examples.CSharp.v202402.CreateLabels.Run().