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

Product

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

Product contains information about a product and how to uniquely identify it.

interface Product {
genericUri?: string;
id?: string;
name?: string;
}

§Properties

§
genericUri?: string
[src]

Contains a URI which is vendor-specific. Example: The artifact repository URL of an image.

§
id?: string
[src]

Token that identifies a product so that it can be referred to from other parts in the document. There is no predefined format as long as it uniquely identifies a group in the context of the current document.

§
name?: string
[src]

Name of the product.