public class AssetCreativeTemplateVariableValue extends BaseCreativeTemplateVariableValue
CreativeTemplateVariable of VariableType#ASSET.
Java class for AssetCreativeTemplateVariableValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssetCreativeTemplateVariableValue">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201805}BaseCreativeTemplateVariableValue">
<sequence>
<element name="asset" type="{https://www.google.com/apis/ads/publisher/v201805}CreativeAsset" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CreativeAsset |
asset |
uniqueName| Constructor and Description |
|---|
AssetCreativeTemplateVariableValue() |
| Modifier and Type | Method and Description |
|---|---|
CreativeAsset |
getAsset()
Gets the value of the asset property.
|
void |
setAsset(CreativeAsset value)
Sets the value of the asset property.
|
getUniqueName, setUniqueNameprotected CreativeAsset asset
public CreativeAsset getAsset()
CreativeAssetpublic void setAsset(CreativeAsset value)
value - allowed object is
CreativeAssetCopyright © 2018. All Rights Reserved.