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

SapDiscoveryWorkloadPropertiesSoftwareComponentProperties

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

A SAP software component name, version, and type.

interface SapDiscoveryWorkloadPropertiesSoftwareComponentProperties {
extVersion?: string;
name?: string;
type?: string;
version?: string;
}

§Properties

§
extVersion?: string
[src]

Optional. The component's minor version.

§
name?: string
[src]

Optional. Name of the component.

§
type?: string
[src]

Optional. The component's type.

§
version?: string
[src]

Optional. The component's major version.