Function issue_clear_labels

Source
pub async fn issue_clear_labels(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    index: i64,
) -> Result<(), Error<IssueClearLabelsError>>