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

ListReportsResponse

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

Response method for the ListReports method. The response will always include all of the available reports.

interface ListReportsResponse {
reports?: Report[];
}

§Properties

§
reports?: Report[]
[src]

The report objects returned will contain their names and usage instructions, but include no results. Use the GetReport method to run the report and obtain the paged results.