Function repo_get_pull_review_comments

Source
pub async fn repo_get_pull_review_comments(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    index: i64,
    id: i64,
) -> Result<Vec<PullReviewComment>, Error<RepoGetPullReviewCommentsError>>