pub async fn create_alert_comment(
configuration: &Configuration,
alert_id: &str,
input_comment: InputComment,
x_organisation: Option<&str>,
) -> Result<OutputComment, Error<CreateAlertCommentError>>pub async fn create_alert_comment(
configuration: &Configuration,
alert_id: &str,
input_comment: InputComment,
x_organisation: Option<&str>,
) -> Result<OutputComment, Error<CreateAlertCommentError>>