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

V1AnalyzeMoveOptions

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

Additional options for CloudAsset#v1AnalyzeMove.

interface V1AnalyzeMoveOptions {
destinationParent?: string;
view?: "ANALYSIS_VIEW_UNSPECIFIED" | "FULL" | "BASIC";
}

§Properties

§
destinationParent?: string
[src]

Required. Name of the Google Cloud folder or organization to reparent the target resource. The analysis will be performed against hypothetically moving the resource to this specified desitination parent. This can only be a folder number (such as "folders/123") or an organization number (such as "organizations/123").

§
view?: "ANALYSIS_VIEW_UNSPECIFIED" | "FULL" | "BASIC"
[src]

Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.