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

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

package com.datawizards.dqm.alert.dto

case class SlackMessageAttachment(
                                   color: String,
                                   title: String,
                                   text: String,
                                   fallback: String,
                                   footer: String,
                                   ts: Long
                                 )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy