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

MoveAnalysis

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

A message to group the analysis information.

interface MoveAnalysis {
analysis?: MoveAnalysisResult;
displayName?: string;
error?: Status;
}

§Properties

§

Analysis result of moving the target resource.

§
displayName?: string
[src]

The user friendly display name of the analysis. E.g. IAM, organization policy etc.

§
error?: Status
[src]

Description of error encountered when performing the analysis.