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

BackupProperties

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

Backup properties.

interface BackupProperties {
readonly latestBackupStatus?: "BACKUP_STATE_UNSPECIFIED" | "BACKUP_STATE_SUCCESS" | "BACKUP_STATE_FAILURE";
latestBackupTime?: Date;
}

§Properties

§
readonly latestBackupStatus?: "BACKUP_STATE_UNSPECIFIED" | "BACKUP_STATE_SUCCESS" | "BACKUP_STATE_FAILURE"
[src]

Output only. The state of the latest backup.

§
latestBackupTime?: Date
[src]

The time when the latest backup was performed.