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

Represents a variable defined in a creative template. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202308.CreativeTemplateVariable:
Google.Api.Ads.AdManager.v202308.AssetCreativeTemplateVariable Google.Api.Ads.AdManager.v202308.LongCreativeTemplateVariable Google.Api.Ads.AdManager.v202308.StringCreativeTemplateVariable Google.Api.Ads.AdManager.v202308.UrlCreativeTemplateVariable Google.Api.Ads.AdManager.v202308.ListStringCreativeTemplateVariable

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]
 

Detailed Description

Represents a variable defined in a creative template.

Property Documentation

string Google.Api.Ads.AdManager.v202308.CreativeTemplateVariable.description
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.

bool Google.Api.Ads.AdManager.v202308.CreativeTemplateVariable.isRequired
getset

true if this variable is required to be filled in by users when creating TemplateCreative from the CreativeTemplate.

bool Google.Api.Ads.AdManager.v202308.CreativeTemplateVariable.isRequiredSpecified
getset

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

string Google.Api.Ads.AdManager.v202308.CreativeTemplateVariable.label
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.

string Google.Api.Ads.AdManager.v202308.CreativeTemplateVariable.uniqueName
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.


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