Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

YoutubeAssetAssociationLocationAssetFilter

import type { YoutubeAssetAssociationLocationAssetFilter } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";

An asset filter that matches eligible location assets for serving.

interface YoutubeAssetAssociationLocationAssetFilter {
readonly assetSetId?: bigint;
locationMatchingType?:
| "LOCATION_MATCHING_TYPE_UNSPECIFIED"
| "SELECT_ALL"
| "FILTER"
| "SELECTED_ASSETS"
| "DISABLED";
}

§Properties

§
readonly assetSetId?: bigint
[src]

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

§

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.

§
locationMatchingType?: "LOCATION_MATCHING_TYPE_UNSPECIFIED" | "SELECT_ALL" | "FILTER" | "SELECTED_ASSETS" | "DISABLED"
[src]

Required. The matching type of this location asset filter.