public abstract class RedirectAsset extends Asset
Java class for RedirectAsset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RedirectAsset">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201805}Asset">
<sequence>
<element name="redirectUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
redirectUrl |
| Constructor and Description |
|---|
RedirectAsset() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRedirectUrl()
Gets the value of the redirectUrl property.
|
void |
setRedirectUrl(String value)
Sets the value of the redirectUrl property.
|
protected String redirectUrl
Copyright © 2018. All Rights Reserved.