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

Identity

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

The unique identifier of the update.

interface Identity {
revision?: number;
updateId?: string;
}

§Properties

§
revision?: number
[src]

The revision number of the update.

§
updateId?: string
[src]

The revision independent identifier of the update.