Function list_client_files

Source
pub async fn list_client_files(
    configuration: &Configuration,
    alloc_id: &str,
    namespace: Option<&str>,
    region: Option<&str>,
    index: Option<i64>,
    wait: Option<&str>,
    path: Option<&str>,
) -> Result<Vec<AllocFileInfo>, Error<ListClientFilesError>>