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

YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction

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

The matching function for a location asset filter.

interface YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction {
business?: string;
labels?: string[];
locationAssetIds?: bigint[];
}

§Properties

§
business?: string
[src]

Optional. The business name to match with. This field is optional and can only be set if location_matching_type is FILTER.

§
labels?: string[]
[src]

Optional. The labels to match with. Labels are logically OR'ed together. This field is optional and can only be set if location_matching_type is FILTER.

§
locationAssetIds?: bigint[]
[src]

Optional. The selected location asset IDs. This field is required if location_matching_type is SELECTED_ASSETS.