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;
}