Show / Hide Table of Contents

Class YoutubeAssetAssociationLocationAssetFilter

An asset filter that matches eligible location assets for serving.

Inheritance
object
YoutubeAssetAssociationLocationAssetFilter
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 YoutubeAssetAssociationLocationAssetFilter : IDirectResponseSchema

Properties

AssetSetId

Output only. The ID of the asset set that matches the location assets eligible for serving.

Declaration
[JsonProperty("assetSetId")]
public virtual long? AssetSetId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LocationMatchingFunction

Optional. The matching function that determines how the location asset filter matches location assets. This field is required and can only be set for if location_matching_type is FILTER or SELECTED_ASSETS.

Declaration
[JsonProperty("locationMatchingFunction")]
public virtual YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction LocationMatchingFunction { get; set; }
Property Value
Type Description
YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction

LocationMatchingType

Required. The matching type of this location asset filter.

Declaration
[JsonProperty("locationMatchingType")]
public virtual string LocationMatchingType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX