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

DeleteUserCrashReportsResponse

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

Response message for the DeleteUserCrashReports method. All crash reports associated with the specified user will be deleted typically within 24 hours of receiving the crash report.

interface DeleteUserCrashReportsResponse {
targetCompleteTime?: Date;
}

§Properties

§
targetCompleteTime?: Date
[src]

Target time to complete the delete crash reports operation.