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

Note

import type { Note } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";

Developer notes for an issue.

interface Note {
readonly author?: string;
body?: string;
readonly createTime?: Date;
readonly name?: string;
}

§Properties

§
readonly author?: string
[src]

Output only. The email of the author of the note.

§
body?: string
[src]

Immutable. The body of the note.

§
readonly createTime?: Date
[src]

Output only. Time when the note was created.

§
readonly name?: string
[src]

Output only. Identifier. Format: "projects/{project}/apps/app/issues/{issue}/notes/{note}".