pub async fn list_stored_files(
configuration: &Configuration,
workspace: &str,
max_keys: i32,
marker: Option<&str>,
prefix: Option<&str>,
storage: Option<&str>,
) -> Result<ListStoredFiles200Response, Error<ListStoredFilesError>>