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

LookupMigrationJobObjectRequest

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

Request for looking up a specific migration job object by its source object identifier.

interface LookupMigrationJobObjectRequest {
sourceObjectIdentifier?: SourceObjectIdentifier;
}

§Properties

§
sourceObjectIdentifier?: SourceObjectIdentifier
[src]

Required. The source object identifier which maps to the migration job object.