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

StateInfo

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

Represents additional information about the state of the cluster.

interface StateInfo {
updateInfo?: UpdateInfo;
}

§Properties

§
updateInfo?: UpdateInfo
[src]

Describes ongoing update on the cluster when cluster state is UPDATING.