FilestoreLsResponse

Type Alias FilestoreLsResponse 

Source
pub type FilestoreLsResponse = FilestoreObject;

Aliased Type§

pub struct FilestoreLsResponse {
    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