MonitorUser

data class MonitorUser(val email: String, val name: String, val phoneNumber: String? = null)

Constructors

Link copied to clipboard
constructor(email: String, name: String, phoneNumber: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The name which should be used for this user_info. Changing this forces a new resource to be created.

Link copied to clipboard
val phoneNumber: String? = null

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