GetMonitorUser

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Country of the user.

Link copied to clipboard

Email of the user used by Dynatrace for contacting them if needed.

Link copied to clipboard

First name of the user.

Link copied to clipboard

Last name of the user.

Link copied to clipboard

phone number of the user by Dynatrace for contacting them if needed.