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

ImportMappingRulesRequest

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

Request message for 'ImportMappingRules' request.

interface ImportMappingRulesRequest {
autoCommit?: boolean;
rulesFiles?: RulesFile[];
rulesFormat?: "IMPORT_RULES_FILE_FORMAT_UNSPECIFIED" | "IMPORT_RULES_FILE_FORMAT_HARBOUR_BRIDGE_SESSION_FILE" | "IMPORT_RULES_FILE_FORMAT_ORATOPG_CONFIG_FILE";
}

§Properties

§
autoCommit?: boolean
[src]

Required. Should the conversion workspace be committed automatically after the import operation.

§
rulesFiles?: RulesFile[]
[src]

Required. One or more rules files.

§
rulesFormat?: "IMPORT_RULES_FILE_FORMAT_UNSPECIFIED" | "IMPORT_RULES_FILE_FORMAT_HARBOUR_BRIDGE_SESSION_FILE" | "IMPORT_RULES_FILE_FORMAT_ORATOPG_CONFIG_FILE"
[src]

Required. The format of the rules content file.