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

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDeleteSelectionChoiceRequest

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

Request to delete a Choice.

interface GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDeleteSelectionChoiceRequest {
fieldId?: string;
id?: string;
}

§Properties

§
fieldId?: string
[src]

Required. The Selection Field from which a Choice will be deleted.

§
id?: string
[src]

Required. Choice to delete.