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

ResourceFlags

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

Message type for storing resource flags.

interface ResourceFlags {
key?: string;
value?: string;
}

§Properties

§
key?: string
[src]

Optional. Key of the resource flag.

§
value?: string
[src]

Optional. Value of the resource flag.