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

ProductDetail

import type { ProductDetail } from "https://googleapis.deno.dev/v1/manufacturers:v1.ts";

A product detail of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productdetail.

interface ProductDetail {
attributeName?: string;
attributeValue?: string;
sectionName?: string;
}

§Properties

§
attributeName?: string
[src]

The name of the attribute.

§
attributeValue?: string
[src]

The value of the attribute.

§
sectionName?: string
[src]

A short section name that can be reused between multiple product details.