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