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

Insight

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

A presentation of host resource usage where the workload runs.

interface Insight {
instanceId?: string;
sapDiscovery?: SapDiscovery;
sapValidation?: SapValidation;
readonly sentTime?: Date;
sqlserverValidation?: SqlserverValidation;
}

§Properties

§
instanceId?: string
[src]

Required. The instance id where the insight is generated from

§
sapDiscovery?: SapDiscovery
[src]

The insights data for SAP system discovery. This is a copy of SAP System proto and should get updated whenever that one changes.

§
sapValidation?: SapValidation
[src]

The insights data for the SAP workload validation.

§
readonly sentTime?: Date
[src]

Output only. [Output only] Create time stamp

§
sqlserverValidation?: SqlserverValidation
[src]

The insights data for the sqlserver workload validation.