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

ImportRulesJobDetails

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

Details regarding an Import Rules background job.

interface ImportRulesJobDetails {
readonly fileFormat?: "IMPORT_RULES_FILE_FORMAT_UNSPECIFIED" | "IMPORT_RULES_FILE_FORMAT_HARBOUR_BRIDGE_SESSION_FILE" | "IMPORT_RULES_FILE_FORMAT_ORATOPG_CONFIG_FILE";
readonly files?: string[];
}

§Properties

§
readonly fileFormat?: "IMPORT_RULES_FILE_FORMAT_UNSPECIFIED" | "IMPORT_RULES_FILE_FORMAT_HARBOUR_BRIDGE_SESSION_FILE" | "IMPORT_RULES_FILE_FORMAT_ORATOPG_CONFIG_FILE"
[src]

Output only. The requested file format.

§
readonly files?: string[]
[src]

Output only. File names used for the import rules job.