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

SapDiscoveryResourceInstancePropertiesAppInstance

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

Fields to describe an SAP application server instance.

interface SapDiscoveryResourceInstancePropertiesAppInstance {
name?: string;
number?: string;
}

§Properties

§
name?: string
[src]

Optional. Instance name of the SAP application instance.

§
number?: string
[src]

Optional. Instance number of the SAP application instance.