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.settings
/
MaintenanceAlertSDK
Maintenance
Alert
SDK
@
Serializable
data
class
MaintenanceAlertSDK
(
val
alertEnabled
:
Boolean
?
,
val
linkText
:
TextPlaceholderSDK
?
,
val
linkLocation
:
TextPlaceholderSDK
?
,
val
textContent
:
TextPlaceholderSDK
?
)
Members
Constructors
Maintenance
Alert
SDK
Link copied to clipboard
constructor
(
alertEnabled
:
Boolean
?
,
linkText
:
TextPlaceholderSDK
?
,
linkLocation
:
TextPlaceholderSDK
?
,
textContent
:
TextPlaceholderSDK
?
)
Properties
alert
Enabled
Link copied to clipboard
@
SerialName
(
value
=
"alert_enabled"
)
val
alertEnabled
:
Boolean
?
link
Location
Link copied to clipboard
@
SerialName
(
value
=
"link_location"
)
val
linkLocation
:
TextPlaceholderSDK
?
link
Text
Link copied to clipboard
@
SerialName
(
value
=
"link_text"
)
val
linkText
:
TextPlaceholderSDK
?
text
Content
Link copied to clipboard
@
SerialName
(
value
=
"text_content"
)
val
textContent
:
TextPlaceholderSDK
?