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

MutationRecord

import type { MutationRecord } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Describes a change made to a configuration.

interface MutationRecord {
mutatedBy?: string;
mutateTime?: Date;
}

§Properties

§
mutatedBy?: string
[src]

The email address of the user making the change.

§
mutateTime?: Date
[src]

When the change occurred.