Zync SDK
Toggle table of contents
1.0.30
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.master.form.models
/
ZyncMasterFormFieldNumberValidation
Zync
Master
Form
Field
Number
Validation
data
class
ZyncMasterFormFieldNumberValidation
(
val
minValue
:
Double
?
,
val
maxValue
:
Double
?
)
Members
Constructors
Zync
Master
Form
Field
Number
Validation
Link copied to clipboard
constructor
(
minValue
:
Double
?
,
maxValue
:
Double
?
)
Properties
max
Value
Link copied to clipboard
val
maxValue
:
Double
?
min
Value
Link copied to clipboard
val
minValue
:
Double
?