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

GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse

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

Response following Field create.

interface GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse {
id?: string;
priority?: number;
}

§Properties

§
id?: string
[src]

The field of the created field. When left blank in a create request, a key will be autogenerated and can be identified here.

§
priority?: number
[src]

The priority of the created field. The priority may change from what was specified to assure contiguous priorities between fields (1-n).