Struct rs_es::operations::delete::DeleteResult
[−]
[src]
pub struct DeleteResult { pub found: bool, pub index: String, pub doc_type: String, pub id: String, pub version: u64, }
Result of a DELETE operation
Fields
found: bool
index: String
doc_type: String
id: String
version: u64