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

BackupClusterRequest

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

Request for [BackupCluster].

interface BackupClusterRequest {
backupId?: string;
ttl?: number;
}

§Properties

§
backupId?: string
[src]

Optional. The id of the backup to be created. If not specified, the default value ([YYYYMMDDHHMMSS]_[Shortened Cluster UID] is used.

§
ttl?: number
[src]

Optional. TTL for the backup to expire. Value range is 1 day to 100 years. If not specified, the default value is 100 years.