BatchGetEventsResponseCopyimport 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.