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

GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductType

import type { GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductType } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

Type of a product offer.

interface GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductType {
level?:
| "UNSPECIFIED"
| "UNKNOWN"
| "LEVEL1"
| "LEVEL2"
| "LEVEL3"
| "LEVEL4"
| "LEVEL5";
value?: string;
}

§Properties

§
level?: "UNSPECIFIED" | "UNKNOWN" | "LEVEL1" | "LEVEL2" | "LEVEL3" | "LEVEL4" | "LEVEL5"
[src]

Level of the type.

§
value?: string
[src]

Value of the type.