Api1UpdateColumnRequestApplicationJson class
abstract
Properties
-
datetimeDefault
→ String?
-
Default value, if column is datetime.
no setterinherited
-
description
→ String?
-
Description.
no setterinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
mandatory
→ bool
-
Is the column mandatory.
no setterinherited
-
numberDecimals
→ int?
-
Number of decimals, if column is a number.
no setterinherited
-
numberDefault
→ double?
-
Default number, if column is a number.
no setterinherited
-
numberMax
→ double?
-
Max number, if column is a number.
no setterinherited
-
numberMin
→ double?
-
Min value, if column is a number.
no setterinherited
-
numberPrefix
→ String?
-
Prefix if the column is a number field.
no setterinherited
-
numberSuffix
→ String?
-
Suffix if the column is a number field.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
selectionDefault
→ String?
-
Default option IDs for a selection (json int[]).
no setterinherited
-
selectionOptions
→ String?
-
Options for a selection (json array{id: int, label: string}).
no setterinherited
-
subtype
→ String?
-
Column sub type.
no setterinherited
-
textAllowedPattern
→ String?
-
Allowed pattern (regex) for text columns (not yet implemented).
no setterinherited
-
textDefault
→ String?
-
Default text, if column is a text.
no setterinherited
-
textMaxLength
→ int?
-
Max length, if column is a text.
no setterinherited
-
title
→ String?
-
Title.
no setterinherited
-
usergroupDefault
→ String?
-
Default value, if column is usergroup.
no setterinherited
-
usergroupMultipleItems
→ bool?
-
Can select multiple users or/and groups, if column is usergroup.
no setterinherited
-
usergroupSelectGroups
→ bool?
-
Can select groups, if column type is usergroup.
no setterinherited
-
usergroupSelectUsers
→ bool?
-
Can select users, if column type is usergroup.
no setterinherited
-
usergroupShowUserStatus
→ bool?
-
Whether to show the user's status, if column type is usergroup.
no setterinherited