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;
}