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

EntityMappingLogEntry

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

A single record of a rule which was used for a mapping.

interface EntityMappingLogEntry {
mappingComment?: string;
ruleId?: string;
ruleRevisionId?: string;
}

§Properties

§
mappingComment?: string
[src]

Comment.

§
ruleId?: string
[src]

Which rule caused this log entry.

§
ruleRevisionId?: string
[src]

Rule revision ID.