Ads API .NET library
|
Represents a variable defined in a creative template. More...
Properties | |
string | label [get, set] |
Label that is displayed to users when creating TemplateCreative from the CreativeTemplate. This attribute is required and has a maximum length of 127 characters. More... | |
string | uniqueName [get, set] |
Unique name used to identify the variable. This attribute is read-only and is assigned by Google, by deriving from label, when a creative template variable is created. More... | |
string | description [get, set] |
A descriptive help text that is displayed to users along with the label. This attribute is required and has a maximum length of 255 characters. More... | |
bool | isRequired [get, set] |
bool | isRequiredSpecified [get, set] |
Represents a variable defined in a creative template.
|
getset |
A descriptive help text that is displayed to users along with the label. This attribute is required and has a maximum length of 255 characters.
|
getset |
true
if this variable is required to be filled in by users when creating TemplateCreative from the CreativeTemplate.
|
getset |
true
, if a value is specified for isRequired, false
otherwise.
|
getset |
Label that is displayed to users when creating TemplateCreative from the CreativeTemplate. This attribute is required and has a maximum length of 127 characters.
|
getset |
Unique name used to identify the variable. This attribute is read-only and is assigned by Google, by deriving from label, when a creative template variable is created.