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

SourceObjectsConfig

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

List of configurations for the source objects to be migrated.

interface SourceObjectsConfig {
objectConfigs?: SourceObjectConfig[];
objectsSelectionType?: "OBJECTS_SELECTION_TYPE_UNSPECIFIED" | "ALL_OBJECTS" | "SPECIFIED_OBJECTS";
}

§Properties

§
objectConfigs?: SourceObjectConfig[]
[src]

Optional. The list of the objects to be migrated.

§
objectsSelectionType?: "OBJECTS_SELECTION_TYPE_UNSPECIFIED" | "ALL_OBJECTS" | "SPECIFIED_OBJECTS"
[src]

Optional. The objects selection type of the migration job.