elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic
/
BulkScrollFailure
Bulk
Scroll
Failure
data
class
BulkScrollFailure
(
val
index
:
String
,
val
type
:
String
?
,
val
id
:
String
,
val
status
:
Int
,
val
cause
:
BulkError
)
Constructors
Properties
Constructors
Bulk
Scroll
Failure
Link copied to clipboard
fun
BulkScrollFailure
(
index
:
String
,
type
:
String
?
,
id
:
String
,
status
:
Int
,
cause
:
BulkError
)
Properties
cause
Link copied to clipboard
val
cause
:
BulkError
id
Link copied to clipboard
val
id
:
String
index
Link copied to clipboard
val
index
:
String
status
Link copied to clipboard
val
status
:
Int
type
Link copied to clipboard
val
type
:
String
?