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

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest

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

Request to disable a Choice.

interface GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest {
fieldId?: string;
id?: string;
updateMask?: string;
}

§Properties

§

Required. The disabled policy to update.

§
fieldId?: string
[src]

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

§
id?: string
[src]

Required. Choice to disable.

§
updateMask?: string
[src]

The fields that should be updated. At least one field must be specified. The root disabled_policy is implied and should not be specified. A single * can be used as short-hand for updating every field.