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

BatchGetEventsResponse

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

Response message for the BatchGetEvents method.

interface BatchGetEventsResponse {
events?: Event[];
}

§Properties

§
events?: Event[]
[src]

The list of retrieved events.