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

GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductCustomAttribute

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

Custom attribute of a product offer.

interface GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductCustomAttribute {
index?:
| "UNSPECIFIED"
| "UNKNOWN"
| "INDEX0"
| "INDEX1"
| "INDEX2"
| "INDEX3"
| "INDEX4";
value?: string;
}

§Properties

§
index?: "UNSPECIFIED" | "UNKNOWN" | "INDEX0" | "INDEX1" | "INDEX2" | "INDEX3" | "INDEX4"
[src]

Indicates the index of the custom attribute.

§
value?: string
[src]

String value of the product custom attribute.