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

ClassificationLabelFieldValue

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

Field values for a classification label.

interface ClassificationLabelFieldValue {
fieldId?: string;
selection?: string;
}

§Properties

§
fieldId?: string
[src]

Required. The field ID for the Classification Label Value. Maps to the ID field of the Google Drive Label.Field object.

§
selection?: string
[src]

Selection choice ID for the selection option. Should only be set if the field type is SELECTION in the Google Drive Label.Field object. Maps to the id field of the Google Drive Label.Field.SelectionOptions resource.