public class TextAsset extends Asset
Java class for TextAsset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextAsset">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Asset">
<sequence>
<element name="assetText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
assetText |
assetId, assetName, assetStatus, assetSubtype, assetType| Constructor and Description |
|---|
TextAsset() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssetText()
Gets the value of the assetText property.
|
void |
setAssetText(String value)
Sets the value of the assetText property.
|
getAssetId, getAssetName, getAssetStatus, getAssetSubtype, getAssetType, setAssetId, setAssetName, setAssetStatus, setAssetSubtype, setAssetTypeprotected String assetText
Copyright © 2023. All rights reserved.