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

com.datawizards.dqm.alert.dto.SlackMessage.scala Maven / Gradle / Ivy

package com.datawizards.dqm.alert.dto

case class SlackMessage(
                         text: String,
                         channel: String,
                         username: String,
                         attachments: Seq[SlackMessageAttachment] = Seq.empty
                       )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy