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

ListEventsResponse

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

Response message for the ListEvents method.

interface ListEventsResponse {
events?: Event[];
nextPageToken?: string;
}

§Properties

§
events?: Event[]
[src]

Returns one element per event, in descending order the by event timestamp.

§
nextPageToken?: string
[src]

A pagination token to retrieve the next page of events. The next page will have earlier or later events depending on the request's ordering. If this field is not present, there are no subsequent events.