toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.core.infra.worker
/
DocumentJobEvent
Document
Job
Event
data
class
DocumentJobEvent
(
val
tenantId
:
String
,
val
documentId
:
String
,
val
fileKey
:
String
,
val
action
:
String
,
val
params
:
Map
<
String
,
String
>
=
emptyMap()
)
(
source
)
Members
Constructors
Document
Job
Event
Link copied to clipboard
constructor
(
tenantId
:
String
,
documentId
:
String
,
fileKey
:
String
,
action
:
String
,
params
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
action
Link copied to clipboard
val
action
:
String
document
Id
Link copied to clipboard
val
documentId
:
String
file
Key
Link copied to clipboard
val
fileKey
:
String
params
Link copied to clipboard
val
params
:
Map
<
String
,
String
>
tenant
Id
Link copied to clipboard
val
tenantId
:
String