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

Label

import type { Label } from "https://googleapis.deno.dev/v1/drive:v3.ts";

Representation of label and label fields.

interface Label {
fields?: {
[key: string]: LabelField;
}
;
id?: string;
kind?: string;
revisionId?: string;
}

§Properties

§
fields?: {
[key: string]: LabelField;
}
[src]

A map of the fields on the label, keyed by the field's ID.

§
id?: string
[src]

The ID of the label.

§
kind?: string
[src]

This is always drive#label

§
revisionId?: string
[src]

The revision ID of the label.