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

GoogleAppsDriveLabelsV2FieldIntegerOptions

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

Options for the Integer field type.

interface GoogleAppsDriveLabelsV2FieldIntegerOptions {
readonly maxValue?: bigint;
readonly minValue?: bigint;
}

§Properties

§
readonly maxValue?: bigint
[src]

Output only. The maximum valid value for the integer field.

§
readonly minValue?: bigint
[src]

Output only. The minimum valid value for the integer field.