ProductCopyimport type { Product } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";Contains the details of a product. interface Product {name?: string;version?: string;}§Properties§name?: string[src]Optional. Name of the product. §version?: string[src]Optional. Version of the product.