Function repo_dismiss_pull_review

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