pub type DocumentDeleteResponse = KnowledgeOperationResponse;Expand description
Delete response envelope without data.
Aliased Type§
pub struct DocumentDeleteResponse {
pub code: Option<i64>,
pub message: Option<String>,
pub timestamp: Option<u64>,
}Fields§
§code: Option<i64>Business status code, when the endpoint includes it. The shared transport rejects an explicitly non-success value before this type is returned.
message: Option<String>Human-readable status message.
timestamp: Option<u64>Server timestamp.