Function repo_list_pull_reviews

Source
pub async fn repo_list_pull_reviews(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    index: i64,
    page: Option<i32>,
    limit: Option<i32>,
) -> Result<Vec<PullReview>, Error<RepoListPullReviewsError>>