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

BackupRun

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

A backup run.

interface BackupRun {
endTime?: Date;
startTime?: Date;
status?: "STATUS_UNSPECIFIED" | "SUCCESSFUL" | "FAILED";
}

§Properties

§
endTime?: Date
[src]

The time the backup operation completed. REQUIRED

§

Information about why the backup operation failed. This is only present if the run has the FAILED status. OPTIONAL

§
startTime?: Date
[src]

The time the backup operation started. REQUIRED

§
status?: "STATUS_UNSPECIFIED" | "SUCCESSFUL" | "FAILED"
[src]

The status of this run. REQUIRED