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

ProjectsAppsEventsBatchGetOptions

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

Additional options for FirebaseCrashlytics#projectsAppsEventsBatchGet.

interface ProjectsAppsEventsBatchGetOptions {
names?: string;
readMask?: string;
}

§Properties

§
names?: string
[src]

Required. The resource names of the desired events. A maximum of 100 events can be retrieved in a batch. Format: "projects/{project}/apps/{app_id}/events/{event_id}". The app_id and event_id are required, but project may be "-" to conserve space in long URIs.

§
readMask?: string
[src]

Optional. The list of Event fields to include in the response. If omitted, the full event is returned.