toggle menu
Quobis Android SDK (internal 0.85.0)
androidJvm
switch theme
search in API
Quobis Android SDK (internal 0.85.0)
/
com.quobis.sippo.sipposdk.alerts.model
/
Alert
Alert
data
class
Alert
(
val
id
:
String
,
val
acceptedBy
:
Contact
?
=
null
,
val
from
:
Contact
?
,
val
payload
:
String
,
val
resolvedAt
:
Date
?
=
null
,
val
createdAt
:
Date
,
val
title
:
String
,
val
cancelled
:
Boolean
)
Members
Constructors
Alert
Link copied to clipboard
constructor
(
id
:
String
,
acceptedBy
:
Contact
?
=
null
,
from
:
Contact
?
,
payload
:
String
,
resolvedAt
:
Date
?
=
null
,
createdAt
:
Date
,
title
:
String
,
cancelled
:
Boolean
)
Properties
accepted
By
Link copied to clipboard
val
acceptedBy
:
Contact
?
=
null
cancelled
Link copied to clipboard
val
cancelled
:
Boolean
created
At
Link copied to clipboard
val
createdAt
:
Date
from
Link copied to clipboard
val
from
:
Contact
?
id
Link copied to clipboard
val
id
:
String
payload
Link copied to clipboard
val
payload
:
String
resolved
At
Link copied to clipboard
val
resolvedAt
:
Date
?
=
null
title
Link copied to clipboard
val
title
:
String