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

GoogleAppsDriveLabelsV2FieldProperties

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

The basic properties of the field.

interface GoogleAppsDriveLabelsV2FieldProperties {
displayName?: string;
insertBeforeField?: string;
required?: boolean;
}

§Properties

§
displayName?: string
[src]

Required. The display text to show in the UI identifying this field.

§
insertBeforeField?: string
[src]

Input only. Insert or move this field before the indicated field. If empty, the field is placed at the end of the list.

§
required?: boolean
[src]

Whether the field should be marked as required.