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

OrganizationsLocationsWorkloadsAnalyzeWorkloadMoveOptions

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

Additional options for AssuredWorkloads#organizationsLocationsWorkloadsAnalyzeWorkloadMove.

interface OrganizationsLocationsWorkloadsAnalyzeWorkloadMoveOptions {
assetTypes?: string;
pageSize?: number;
pageToken?: string;
project?: string;
}

§Properties

§
assetTypes?: string
[src]

Optional. List of asset types to be analyzed, including and under the source resource. If empty, all assets are analyzed. The complete list of asset types is available here.

§
pageSize?: number
[src]

Optional. Page size. If a value is not specified, the default value of 10 is used.

§
pageToken?: string
[src]

Optional. The page token from the previous response. It needs to be passed in the second and following requests.

§
project?: string
[src]

The source type is a project. Specify the project's relative resource name, formatted as either a project number or a project ID: "projects/{PROJECT_NUMBER}" or "projects/{PROJECT_ID}" For example: "projects/951040570662" when specifying a project number, or "projects/my-project-123" when specifying a project ID.