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

HttpUpdate

import type { HttpUpdate } from "https://googleapis.deno.dev/v1/firebasehosting:v1.ts";

A file you can add to your existing, non-Hosting hosting service that confirms your intent to allow Hosting's Certificate Authorities to create an SSL certificate for your domain.

interface HttpUpdate {
readonly checkError?: Status;
readonly desired?: string;
readonly discovered?: string;
readonly lastCheckTime?: Date;
readonly path?: string;
}

§Properties

§
readonly checkError?: Status
[src]

Output only. An error encountered during the last contents check. If null, the check completed successfully.

§
readonly desired?: string
[src]

Output only. A text string to serve at the path.

§
readonly discovered?: string
[src]

Output only. Whether Hosting was able to find the required file contents on the specified path during its last check.

§
readonly lastCheckTime?: Date
[src]

Output only. The last time Hosting systems checked for the file contents.

§
readonly path?: string
[src]

Output only. The path to the file.