UserInfo interface
Includes name, email and optionally, phone number. User Information can't be null.
Properties
email |
Email of the user used by Datadog for contacting them if needed |
name | Name of the user |
phone |
Phone number of the user used by Datadog for contacting them if needed |
Property Details
emailAddress
Email of the user used by Datadog for contacting them if needed
emailAddress?: string
Property Value
string
name
Name of the user
name?: string
Property Value
string
phoneNumber
Phone number of the user used by Datadog for contacting them if needed
phoneNumber?: string
Property Value
string