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

GoogleShoppingManufacturersV1ProductCertification

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

Description of a certification.

interface GoogleShoppingManufacturersV1ProductCertification {
authority?: string;
code?: string;
name?: string;
}

§Properties

§
authority?: string
[src]

Required. Name of the certification body.

§
code?: string
[src]

Required. A unique code to identify the certification.

§
name?: string
[src]

Required. Name of the certification.