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

UserLabels

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

Message type for storing user labels. User labels are used to tag App Engine resources, allowing users to search for resources matching a set of labels and to aggregate usage data by labels.

interface UserLabels {
labels?: {
[key: string]: string;
}
;
}

§Properties

§
labels?: {
[key: string]: string;
}
[src]