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

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest

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

Request to update a Choice properties.

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

§Properties

§
fieldId?: string
[src]

Required. The Selection Field to update.

§
id?: string
[src]

Required. The Choice to update.

§

Required. The Choice properties to update.

§
updateMask?: string
[src]

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