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

SapValidation

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

A presentation of SAP workload insight. The schema of SAP workloads validation related data.

interface SapValidation {
projectId?: string;
validationDetails?: SapValidationValidationDetail[];
zone?: string;
}

§Properties

§
projectId?: string
[src]

Required. The project_id of the cloud project that the Insight data comes from.

§

Optional. A list of SAP validation metrics data.

§
zone?: string
[src]

Optional. The zone of the instance that the Insight data comes from.