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

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableFieldRequest

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

Request to disable the Field.

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

§Properties

§

Required. Field Disabled Policy.

§
id?: string
[src]

Required. Key of the Field 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.