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

SeedConversionWorkspaceRequest

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

Request message for 'SeedConversionWorkspace' request.

interface SeedConversionWorkspaceRequest {
autoCommit?: boolean;
destinationConnectionProfile?: string;
sourceConnectionProfile?: string;
}

§Properties

§
autoCommit?: boolean
[src]

Should the conversion workspace be committed automatically after the seed operation.

§
destinationConnectionProfile?: string
[src]

Optional. Fully qualified (Uri) name of the destination connection profile.

§
sourceConnectionProfile?: string
[src]

Optional. Fully qualified (Uri) name of the source connection profile.