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

YoutubeAssetAssociationAffiliateLocationAssetFilter

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

An asset filter that matches eligible affiliate location assets for serving.

interface YoutubeAssetAssociationAffiliateLocationAssetFilter {
affiliateLocationMatchingType?:
| "AFFILIATE_LOCATION_MATCHING_TYPE_UNSPECIFIED"
| "SELECT_ALL"
| "SELECTED_CHAINS"
| "DISABLED";
readonly assetSetId?: bigint;
}

§Properties

§

Optional. The matching function that determines how the affiliate location asset filter matches affiliate location assets. This field is required and can only be set for if affiliate_location_matching_type is SELECTED_CHAINS.

§
affiliateLocationMatchingType?: "AFFILIATE_LOCATION_MATCHING_TYPE_UNSPECIFIED" | "SELECT_ALL" | "SELECTED_CHAINS" | "DISABLED"
[src]

Required. The matching type of this affiliate location asset filter.

§
readonly assetSetId?: bigint
[src]

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