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

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest

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

Request to change the type of a Field.

interface GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest {
id?: string;
updateMask?: string;
}

§Properties

§

Update field to Date.

§
id?: string
[src]

Required. The Field to update.

§

Update field to Integer.

§

Update field to Selection.

§

Update field to Text.

§
updateMask?: string
[src]

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

§

Update field to User.