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

SapDiscoveryWorkloadPropertiesProductVersion

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

A product name and version.

interface SapDiscoveryWorkloadPropertiesProductVersion {
name?: string;
version?: string;
}

§Properties

§
name?: string
[src]

Optional. Name of the product.

§
version?: string
[src]

Optional. Version of the product.