pub async fn repo_dismiss_pull_review(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
id: i64,
body: DismissPullReviewOptions,
) -> Result<PullReview, Error<RepoDismissPullReviewError>>
pub async fn repo_dismiss_pull_review(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
id: i64,
body: DismissPullReviewOptions,
) -> Result<PullReview, Error<RepoDismissPullReviewError>>