LogzMonitorUser

data class LogzMonitorUser(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

Email of the user used by Logz for contacting them if needed. Changing this forces a new logz Monitor to be created.

Link copied to clipboard

First Name of the user. Changing this forces a new logz Monitor to be created.

Link copied to clipboard

Last Name of the user. Changing this forces a new logz Monitor to be created.

Link copied to clipboard

Phone number of the user used by Logz for contacting them if needed. Changing this forces a new logz Monitor to be created.