JobJobMonitorInfo

data class JobJobMonitorInfo(val contactInfos: List<JobJobMonitorInfoContactInfo>? = null, val monitorConfig: JobJobMonitorInfoMonitorConfig? = null)

Constructors

Link copied to clipboard
constructor(contactInfos: List<JobJobMonitorInfoContactInfo>? = null, monitorConfig: JobJobMonitorInfoMonitorConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contact information. See contact_info below.

Link copied to clipboard

Alarm switch and threshold configuration. See monitor_config below.