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

GoogleAppsDriveLabelsV2FieldSelectionOptionsChoice

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

Selection field choice.

interface GoogleAppsDriveLabelsV2FieldSelectionOptionsChoice {
readonly createTime?: Date;
readonly disabler?: GoogleAppsDriveLabelsV2UserInfo;
readonly disableTime?: Date;
id?: string;
readonly lifecycle?: GoogleAppsDriveLabelsV2Lifecycle;
readonly lockStatus?: GoogleAppsDriveLabelsV2LockStatus;
readonly publisher?: GoogleAppsDriveLabelsV2UserInfo;
readonly publishTime?: Date;
readonly updateTime?: Date;
}

§Properties

§

Output only. The capabilities related to this choice on applied metadata.

§
readonly createTime?: Date
[src]

Output only. The time this choice was created.

§

Output only. The user who created this choice.

§

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

§
readonly disableTime?: Date
[src]

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

§

Output only. UI display hints for rendering a choice.

§
id?: string
[src]

The unique value of the choice. This ID is autogenerated. Matches the regex: ([a-zA-Z0-9_])+.

§

Output only. Lifecycle of the choice.

§

Output only. The LockStatus of this choice.

§

Basic properties of the choice.

§

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

§
readonly publishTime?: Date
[src]

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

§

Output only. The capabilities related to this option when editing the option.

§

Output only. The user who updated this choice last.

§
readonly updateTime?: Date
[src]

Output only. The time this choice was updated last.