GetAlertContactsContact

data class GetAlertContactsContact(val alertContactId: String, val alertContactName: String, val createTime: String, val dingRobotWebhookUrl: String, val email: String, val id: String, val phoneNum: String, val systemNoc: Boolean, val webhook: String)

Constructors

Link copied to clipboard
constructor(alertContactId: String, alertContactName: String, createTime: String, dingRobotWebhookUrl: String, email: String, id: String, phoneNum: String, systemNoc: Boolean, webhook: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contact ID.

Link copied to clipboard

The name of the alert contact.

Link copied to clipboard

The Creation Time Timestamp.

Link copied to clipboard

The webhook URL of the DingTalk chatbot.

Link copied to clipboard

The email address of the alert contact.

Link copied to clipboard
val id: String

The ID of the Alert Contact.

Link copied to clipboard

The mobile number of the alert contact.

Link copied to clipboard

Specifies whether the alert contact receives system notifications.

Link copied to clipboard

Webhook Information.