AlertPropertyMappingResponse

data class AlertPropertyMappingResponse(val alertProperty: String? = null, val value: String? = null)

A single alert property mapping to override

Constructors

Link copied to clipboard
constructor(alertProperty: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alertProperty: String? = null

The V3 alert property

Link copied to clipboard
val value: String? = null

the column name to use to override this property