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
/
TakeoverData
Takeover
Data
@
Serializable
data
class
TakeoverData
(
val
hasRequestedTakeover
:
Boolean
?
,
val
takeOver
:
Boolean
?
,
val
avatar
:
String
?
,
val
name
:
String
?
,
val
supportsAttachments
:
Boolean
?
,
val
handoverQueuePosition
:
Int
?
,
val
handoverWaitTimeEstimate
:
Int
?
)
Members
Constructors
Takeover
Data
Link copied to clipboard
constructor
(
hasRequestedTakeover
:
Boolean
?
,
takeOver
:
Boolean
?
,
avatar
:
String
?
,
name
:
String
?
,
supportsAttachments
:
Boolean
?
,
handoverQueuePosition
:
Int
?
,
handoverWaitTimeEstimate
:
Int
?
)
Properties
avatar
Link copied to clipboard
@
SerialName
(
value
=
"avatar"
)
val
avatar
:
String
?
handover
Queue
Position
Link copied to clipboard
@
SerialName
(
value
=
"handover_queue_position"
)
val
handoverQueuePosition
:
Int
?
handover
Wait
Time
Estimate
Link copied to clipboard
@
SerialName
(
value
=
"handover_wait_time_estimate"
)
val
handoverWaitTimeEstimate
:
Int
?
has
Requested
Takeover
Link copied to clipboard
@
SerialName
(
value
=
"has_requested_takeover"
)
val
hasRequestedTakeover
:
Boolean
?
is
In
Handover
Link copied to clipboard
val
isInHandover
:
Boolean
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
supports
Attachments
Link copied to clipboard
@
SerialName
(
value
=
"supports_attachment"
)
val
supportsAttachments
:
Boolean
?
take
Over
Link copied to clipboard
@
SerialName
(
value
=
"taken_over"
)
val
takeOver
:
Boolean
?