kindlysdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
kindlysdk
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity
/
FormFieldAttributesDTO
Form
Field
Attributes
DTO
@
Serializable
data
class
FormFieldAttributesDTO
(
val
step
:
Double
?
,
val
options
:
List
<
FormFieldOptionDTO
>
?
,
val
maxFiles
:
Int
?
=
null
)
Members
Constructors
Form
Field
Attributes
DTO
Link copied to clipboard
constructor
(
step
:
Double
?
,
options
:
List
<
FormFieldOptionDTO
>
?
,
maxFiles
:
Int
?
=
null
)
Properties
max
Files
Link copied to clipboard
@
SerialName
(
value
=
"max_files"
)
val
maxFiles
:
Int
?
options
Link copied to clipboard
@
SerialName
(
value
=
"options"
)
val
options
:
List
<
FormFieldOptionDTO
>
?
step
Link copied to clipboard
@
SerialName
(
value
=
"step"
)
val
step
:
Double
?