Class YoutubeAssetAssociationLinkedYouTubeAsset
A YouTube asset linked to a resource in a YoutubeAssetAssociation.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class YoutubeAssetAssociationLinkedYouTubeAsset : IDirectResponseSchema
Properties
AffiliateLocationAssetFilter
An affiliate location asset filter. This can be set only when youtube_asset_type is
YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION.
Declaration
[JsonProperty("affiliateLocationAssetFilter")]
public virtual YoutubeAssetAssociationAffiliateLocationAssetFilter AffiliateLocationAssetFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| YoutubeAssetAssociationAffiliateLocationAssetFilter |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocationAssetFilter
A location asset filter. This can be set only when youtube_asset_type is YOUTUBE_ASSET_TYPE_LOCATION.
Declaration
[JsonProperty("locationAssetFilter")]
public virtual YoutubeAssetAssociationLocationAssetFilter LocationAssetFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| YoutubeAssetAssociationLocationAssetFilter |
SitelinkAsset
A sitelink asset. This can be set only when youtube_asset_type is YOUTUBE_ASSET_TYPE_SITELINK.
Declaration
[JsonProperty("sitelinkAsset")]
public virtual YoutubeAssetAssociationSitelinkAsset SitelinkAsset { get; set; }
Property Value
| Type | Description |
|---|---|
| YoutubeAssetAssociationSitelinkAsset |