GetAlarmContactsContact

data class GetAlarmContactsContact(val alarmContactName: String, val channelsAliim: String, val channelsDingWebHook: String, val channelsMail: String, val channelsSms: String, val channelsStateAliim: String, val channelsStateDingWebHook: String, val channelsStateMail: String, val channelsStatusSms: String, val contactGroups: List<String>, val describe: String, val id: String, val lang: String)

Constructors

Link copied to clipboard
constructor(alarmContactName: String, channelsAliim: String, channelsDingWebHook: String, channelsMail: String, channelsSms: String, channelsStateAliim: String, channelsStateDingWebHook: String, channelsStateMail: String, channelsStatusSms: String, contactGroups: List<String>, describe: String, id: String, lang: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the alarm contact.

Link copied to clipboard

The TradeManager ID of the alarm contact.

Link copied to clipboard

The webhook URL of the DingTalk chatbot.

Link copied to clipboard

The email address of the alarm contact.

Link copied to clipboard

The phone number of the alarm contact.

Link copied to clipboard

Indicates whether the TradeManager ID is valid.

Link copied to clipboard

Indicates whether the DingTalk chatbot is normal.

Link copied to clipboard

The status of the email address.

Link copied to clipboard

The status of the phone number.

Link copied to clipboard

The alert groups to which the alarm contact is added.

Link copied to clipboard

The description of the alarm contact.

Link copied to clipboard
val id: String

The ID of the alarm contact.

Link copied to clipboard