MonitorUser

data class MonitorUser(val email: String, val firstName: String, val lastName: String, val phoneNumber: String)

Constructors

Link copied to clipboard
constructor(email: String, firstName: String, lastName: String, phoneNumber: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the user Email. Changing this forces a new Azure Native New Relic Monitor to be created.

Link copied to clipboard

Specifies the first name. Changing this forces a new Azure Native New Relic Monitor to be created.

Link copied to clipboard

Specifies the last name. Changing this forces a new Azure Native New Relic Monitor to be created.

Link copied to clipboard

Specifies the contact phone number. Changing this forces a new Azure Native New Relic Monitor to be created.