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

GoogleAppsDriveLabelsV2Field

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

Defines a field that has a display name, data type, and other configuration options. This field defines the kind of metadata that may be set on a Drive item.

interface GoogleAppsDriveLabelsV2Field {
readonly appliedCapabilities?: GoogleAppsDriveLabelsV2FieldAppliedCapabilities;
readonly createTime?: Date;
readonly disabler?: GoogleAppsDriveLabelsV2UserInfo;
readonly disableTime?: Date;
readonly id?: string;
readonly lifecycle?: GoogleAppsDriveLabelsV2Lifecycle;
readonly lockStatus?: GoogleAppsDriveLabelsV2LockStatus;
readonly publisher?: GoogleAppsDriveLabelsV2UserInfo;
readonly queryKey?: string;
readonly schemaCapabilities?: GoogleAppsDriveLabelsV2FieldSchemaCapabilities;
readonly updateTime?: Date;
}

§Properties

§

Output only. The capabilities this user has on this field and its value when the label is applied on Drive items.

§
readonly createTime?: Date
[src]

Output only. The time this field was created.

§

Output only. The user who created this field.

§

Date field options.

§

Output only. The user who disabled this field. This value has no meaning when the field is not disabled.

§
readonly disableTime?: Date
[src]

Output only. The time this field was disabled. This value has no meaning when the field is not disabled.

§

Output only. UI display hints for rendering a field.

§
readonly id?: string
[src]

Output only. The key of a field, unique within a label or library. This value is autogenerated. Matches the regex: ([a-zA-Z0-9])+

§

Integer field options.

§

Output only. The lifecycle of this field.

§

Output only. The LockStatus of this field.

§

The basic properties of the field.

§

Output only. The user who published this field. This value has no meaning when the field is not published.

§
readonly queryKey?: string
[src]

Output only. The key to use when constructing Drive search queries to find files based on values defined for this field on files. For example, "{query_key} > 2001-01-01".

§

Output only. The capabilities this user has when editing this field.

§

Selection field options.

§

Text field options.

§

Output only. The user who modified this field.

§
readonly updateTime?: Date
[src]

Output only. The time this field was updated.

§

User field options.