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

ProductMatchDimension

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

A dimension used to match products.

interface ProductMatchDimension {
customLabel?: CustomLabel;
productOfferId?: string;
}

§Properties

§
customLabel?: CustomLabel
[src]

The custom label to match all the products with the label.

§
productOfferId?: string
[src]

The ID of the product offer to match with a product with the same offer ID.