public class VideoRedirectAsset extends RedirectAsset
Java class for VideoRedirectAsset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoRedirectAsset">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201711}RedirectAsset">
<sequence>
<element name="metadata" type="{https://www.google.com/apis/ads/publisher/v201711}VideoMetadata" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VideoMetadata |
metadata |
redirectUrl| Constructor and Description |
|---|
VideoRedirectAsset() |
| Modifier and Type | Method and Description |
|---|---|
VideoMetadata |
getMetadata()
Gets the value of the metadata property.
|
void |
setMetadata(VideoMetadata value)
Sets the value of the metadata property.
|
getRedirectUrl, setRedirectUrlprotected VideoMetadata metadata
public VideoMetadata getMetadata()
VideoMetadatapublic void setMetadata(VideoMetadata value)
value - allowed object is
VideoMetadataCopyright © 2018. All Rights Reserved.