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

ClassificationLabelValue

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

Classification Labels applied to the email message. Classification Labels are different from Gmail inbox labels. Only used for Google Workspace accounts. Learn more about classification labels.

interface ClassificationLabelValue {
labelId?: string;
}

§Properties

§

Field values for the given classification label ID.

§
labelId?: string
[src]

Required. The canonical or raw alphanumeric classification label ID. Maps to the ID field of the Google Drive Label resource.