toggle menu
kindlysdk
main
switch theme
search in API
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity
/
ButtonDataSDK
Button
Data
SDK
data
class
ButtonDataSDK
(
val
id
:
String
?
,
val
buttonType
:
String
?
,
val
languageCode
:
String
?
,
val
label
:
String
=
""
,
val
value
:
String
?
,
val
index
:
Int
?
,
val
createdAt
:
String
?
,
val
updatedAt
:
String
?
,
val
isActive
:
Boolean
=
true
,
val
hideOutsideBusinessHours
:
Boolean
?
)
Members
Constructors
Button
Data
SDK
Link copied to clipboard
constructor
(
id
:
String
?
,
buttonType
:
String
?
,
languageCode
:
String
?
,
label
:
String
=
""
,
value
:
String
?
,
index
:
Int
?
,
createdAt
:
String
?
,
updatedAt
:
String
?
,
isActive
:
Boolean
=
true
,
hideOutsideBusinessHours
:
Boolean
?
)
Properties
button
Type
Link copied to clipboard
@
SerializedName
(
value
=
"button_type"
)
val
buttonType
:
String
?
created
At
Link copied to clipboard
@
SerializedName
(
value
=
"created_at"
)
val
createdAt
:
String
?
hide
Outside
Business
Hours
Link copied to clipboard
@
SerializedName
(
value
=
"hide_outside_business_hours"
)
val
hideOutsideBusinessHours
:
Boolean
?
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
String
?
index
Link copied to clipboard
@
SerializedName
(
value
=
"index"
)
val
index
:
Int
?
is
Active
Link copied to clipboard
@
SerializedName
(
value
=
"is_active"
)
val
isActive
:
Boolean
=
true
label
Link copied to clipboard
@
SerializedName
(
value
=
"label"
)
val
label
:
String
language
Code
Link copied to clipboard
@
SerializedName
(
value
=
"language_code"
)
val
languageCode
:
String
?
updated
At
Link copied to clipboard
@
SerializedName
(
value
=
"updated_at"
)
val
updatedAt
:
String
?
value
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
val
value
:
String
?