toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.webhook.dto
/
MetaStatusPayload
Meta
Status
Payload
data
class
MetaStatusPayload
(
val
id
:
String
,
val
status
:
String
,
val
timestamp
:
String
,
val
recipientId
:
String
)
(
source
)
Members
Constructors
Meta
Status
Payload
Link copied to clipboard
constructor
(
id
:
String
,
status
:
String
,
timestamp
:
String
,
recipientId
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
recipient
Id
Link copied to clipboard
val
recipientId
:
String
status
Link copied to clipboard
val
status
:
String
timestamp
Link copied to clipboard
val
timestamp
:
String