pub type FilestoreVerifyResponse = FilestoreObject;
Aliased Type§
pub struct FilestoreVerifyResponse {
pub status: i32,
pub error_msg: String,
pub key: String,
pub file_path: String,
pub offset: u64,
pub size: u64,
}
Fields§
§status: i32
§error_msg: String
§key: String
§file_path: String
§offset: u64
§size: u64