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

VerifyMigrationJobRequest

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

Request message for 'VerifyMigrationJob' request.

interface VerifyMigrationJobRequest {
migrationJob?: MigrationJob;
updateMask?: string;
}

§Properties

§
migrationJob?: MigrationJob
[src]

Optional. The changed migration job parameters to verify. It will not update the migration job.

§
updateMask?: string
[src]

Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.