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

GoogleCloudAssuredworkloadsV1MoveAnalysisGroup

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

Represents a logical group of checks performed for an asset. If successful, the group contains the analysis result, otherwise it contains an error with the failure reason.

interface GoogleCloudAssuredworkloadsV1MoveAnalysisGroup {
displayName?: string;
}

§Properties

§

Result of a successful analysis.

§
displayName?: string
[src]

Name of the analysis group.

§

Error details for a failed analysis.