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

ListNotesResponse

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

Response message for the ListNotes method.

interface ListNotesResponse {
nextPageToken?: string;
notes?: Note[];
}

§Properties

§
nextPageToken?: string
[src]

A pagination token to retrieve the next page of notes. If this field is not present, there are no subsequent notes.

§
notes?: Note[]
[src]

Returns notes ordered descending by the timestamp.