pub async fn repo_get_pull_review(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
id: i64,
) -> Result<PullReview, Error<RepoGetPullReviewError>>
pub async fn repo_get_pull_review(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
id: i64,
) -> Result<PullReview, Error<RepoGetPullReviewError>>