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

StorageDatabasecenterPartnerapiV1mainUserLabels

import type { StorageDatabasecenterPartnerapiV1mainUserLabels } from "https://googleapis.deno.dev/v1/alloydb: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 StorageDatabasecenterPartnerapiV1mainUserLabels {
labels?: {
[key: string]: string;
}
;
}

§Properties

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