Function issue_remove_label

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