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

UndeleteWebAppRequest

import type { UndeleteWebAppRequest } from "https://googleapis.deno.dev/v1/firebase:v1beta1.ts";
interface UndeleteWebAppRequest {
etag?: string;
validateOnly?: boolean;
}

§Properties

§
etag?: string
[src]

Checksum provided in the WebApp resource. If provided, this checksum ensures that the client has an up-to-date value before proceeding.

§
validateOnly?: boolean
[src]

If set to true, the request is only validated. The App will not be undeleted.