Product
import type { Product } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
Product contains the details of a product.
interface Product {
name?: string;
version?: string;
}import type { Product } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
Product contains the details of a product.