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.