GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestEnableSelectionChoiceRequest
import type { GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestEnableSelectionChoiceRequest } from "https://googleapis.deno.dev/v1/drivelabels:v2.ts";Request to enable a choice.
interface GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestEnableSelectionChoiceRequest  {
fieldId?: string;
id?: string;
}