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

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest

import type { GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest } from "https://googleapis.deno.dev/v1/drivelabels:v2.ts";

Request to create a Selection Choice.

interface GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest {
fieldId?: string;
}

§Properties

§

Required. The Choice to create.

§
fieldId?: string
[src]

Required. The Selection Field in which a Choice will be created.