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";
}