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

FieldValue

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

Contains a value of a Field.

interface FieldValue {
date?: Date;
integer?: Integer;
selection?: Selection;
selectionList?: SelectionList;
text?: Text;
textList?: TextList;
user?: SingleUser;
userList?: UserList;
}

§Properties

§
date?: Date
[src]

Date Field value.

§
integer?: Integer
[src]

Integer Field value.

§
selection?: Selection
[src]

Selection Field value.

§
selectionList?: SelectionList
[src]

Selection List Field value.

§
text?: Text
[src]

Text Field value.

§
textList?: TextList
[src]

Text List Field value.

§

User Field value.

§
userList?: UserList
[src]

User List Field value.