All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.riskalyze.alerts.drivers.opsgenie.dtos.OpsGenieAlertDTO.kt Maven / Gradle / Ivy

Go to download

This alerts module is used to standardize alerting for JVM-based application. It uses a modular driver system to allow easily swapping out alerting services.

The newest version!
package com.riskalyze.alerts.drivers.opsgenie.dtos

import com.riskalyze.alerts.http.DTO

internal data class OpsGenieAlertDTO(
        val message: String,
        val priority: String,
        val description: String?,
        val alias: String?,
        val tags: List,
        val source: String,
        val entity: String
): DTO




© 2015 - 2025 Weber Informatics LLC | Privacy Policy