pub type DocumentImageListResponse = KnowledgeResponse<DocumentImageListData>;Expand description
Parsed-image list response envelope.
Aliased Type§
pub struct DocumentImageListResponse {
pub data: Option<DocumentImageListData>,
pub code: Option<i64>,
pub message: Option<String>,
pub timestamp: Option<u64>,
}Fields§
§data: Option<DocumentImageListData>Endpoint-specific response payload.
code: Option<i64>Business status code, when returned. The shared transport rejects an explicitly non-success code before this type is returned.
message: Option<String>Human-readable status message.
timestamp: Option<u64>Server timestamp.