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

Audit

import type { Audit } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

Tracks basic CRUD facts.

interface Audit {
readonly createTime?: Date;
readonly creator?: string;
readonly updater?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Time of creation.

§
readonly creator?: string
[src]

Output only. Agent that created or updated the record, could be a UserId or a JobId.

§
readonly updater?: string
[src]

Output only. Agent that last updated the record, could be a UserId or a JobId.

§
readonly updateTime?: Date
[src]

Output only. Time of creation or last update.