UpdatedSourceInformation

@Serializable
data class UpdatedSourceInformation(val source: JsonObject?, val seqNo: Int?, val primaryTerm: Int?, val version: Long?, val found: Boolean, val routing: String? = null)

Constructors

Link copied to clipboard
constructor(source: JsonObject?, seqNo: Int?, primaryTerm: Int?, version: Long?, found: Boolean, routing: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "_primary_term")
val primaryTerm: Int?
Link copied to clipboard
@SerialName(value = "_routing")
val routing: String? = null
Link copied to clipboard
@SerialName(value = "_seq_no")
val seqNo: Int?
Link copied to clipboard
@SerialName(value = "_source")
val source: JsonObject?
Link copied to clipboard