Show / Hide Table of Contents

Class YoutubeAssetAssociationLinkedYouTubeAsset

A YouTube asset linked to a resource in a YoutubeAssetAssociation.

Inheritance
object
YoutubeAssetAssociationLinkedYouTubeAsset
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX