pub async fn get_folder_permission_history(
configuration: &Configuration,
workspace: &str,
name: &str,
page: Option<i32>,
per_page: Option<i32>,
) -> Result<Vec<GetFolderPermissionHistory200ResponseInner>, Error<GetFolderPermissionHistoryError>>