pub async fn repo_submit_pull_review(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
id: i64,
body: SubmitPullReviewOptions,
) -> Result<PullReview, Error<RepoSubmitPullReviewError>>
pub async fn repo_submit_pull_review(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
id: i64,
body: SubmitPullReviewOptions,
) -> Result<PullReview, Error<RepoSubmitPullReviewError>>