Quobis Android SDK (internal 0.76.0)
Quobis Android SDK (internal 0.76.0)
/
com.quobis.sippo.sipposdk.alerts.model
/
Alert
Alert
data
class
Alert
(
id
:
String
,
acceptedBy
:
Contact
?
,
from
:
Contact
?
,
payload
:
String
,
resolvedAt
:
Date
?
,
createdAt
:
Date
,
title
:
String
,
cancelled
:
Boolean
)
Content copied to clipboard
Properties
Properties
acceptedBy
Link copied to clipboard
val
acceptedBy
:
Contact
?
=
null
Content copied to clipboard
cancelled
Link copied to clipboard
val
cancelled
:
Boolean
Content copied to clipboard
createdAt
Link copied to clipboard
val
createdAt
:
Date
Content copied to clipboard
from
Link copied to clipboard
val
from
:
Contact
?
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
payload
Link copied to clipboard
val
payload
:
String
Content copied to clipboard
resolvedAt
Link copied to clipboard
val
resolvedAt
:
Date
?
=
null
Content copied to clipboard
title
Link copied to clipboard
val
title
:
String
Content copied to clipboard