toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.web.dto
/
ImportResult
Import
Result
data
class
ImportResult
(
val
processed
:
Int
,
val
success
:
Int
,
val
failed
:
Int
,
val
errors
:
List
<
String
>
)
(
source
)
Members
Constructors
Import
Result
Link copied to clipboard
constructor
(
processed
:
Int
,
success
:
Int
,
failed
:
Int
,
errors
:
List
<
String
>
)
Properties
errors
Link copied to clipboard
val
errors
:
List
<
String
>
failed
Link copied to clipboard
val
failed
:
Int
processed
Link copied to clipboard
val
processed
:
Int
success
Link copied to clipboard
val
success
:
Int