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
/
FormTextsDTO
Form
Texts
DTO
@
Serializable
data
class
FormTextsDTO
(
val
title
:
String
?
,
val
submitButtonText
:
String
,
val
cancelButtonText
:
String
,
val
cancelText
:
String
,
val
errorText
:
String
,
val
unansweredText
:
String
)
Members
Constructors
Form
Texts
DTO
Link copied to clipboard
constructor
(
title
:
String
?
,
submitButtonText
:
String
,
cancelButtonText
:
String
,
cancelText
:
String
,
errorText
:
String
,
unansweredText
:
String
)
Properties
cancel
Button
Text
Link copied to clipboard
@
SerialName
(
value
=
"cancel_button_text"
)
val
cancelButtonText
:
String
cancel
Text
Link copied to clipboard
@
SerialName
(
value
=
"cancel_text"
)
val
cancelText
:
String
error
Text
Link copied to clipboard
@
SerialName
(
value
=
"error_text"
)
val
errorText
:
String
submit
Button
Text
Link copied to clipboard
@
SerialName
(
value
=
"submit_button_text"
)
val
submitButtonText
:
String
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
String
?
unanswered
Text
Link copied to clipboard
@
SerialName
(
value
=
"unanswered_text"
)
val
unansweredText
:
String