public class StringCreativeTemplateVariable extends CreativeTemplateVariable
Use StringCreativeTemplateVariableValue to specify the value
for this variable when creating TemplateCreative from the TemplateCreative.
Java class for StringCreativeTemplateVariable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringCreativeTemplateVariable">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}CreativeTemplateVariable">
<sequence>
<element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultValue |
description, isRequired, label, uniqueName| Constructor and Description |
|---|
StringCreativeTemplateVariable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
getDescription, getLabel, getUniqueName, isIsRequired, setDescription, setIsRequired, setLabel, setUniqueNameprotected String defaultValue
Copyright © 2018. All Rights Reserved.