pub async fn get_client_file_at_offest(
    configuration: &Configuration,
    alloc_id: &str,
    offset: i64,
    limit: i64,
    namespace: Option<&str>,
    region: Option<&str>,
    index: Option<i64>,
    wait: Option<&str>,
    path: Option<&str>
) -> Result<String, Error<GetClientFileAtOffestError>>