LogzSubAccountUser

data class LogzSubAccountUser(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. A valid email address consists of an email prefix and an email domain. The prefix and domain may contain only letters, numbers, underscores, periods and dashes. Changing this forces a new logz Sub Account to be created.

Link copied to clipboard

First Name of the user. Possible values must be between 1 and 50 characters in length. Changing this forces a new logz Sub Account to be created.

Link copied to clipboard

Last Name of the user. Possible values must be between 1 and 50 characters in length. Changing this forces a new logz Sub Account to be created.

Link copied to clipboard

Phone number of the user used by Logz for contacting them if needed. Possible values must be between 1 and 40 characters in length. Changing this forces a new logz Sub Account to be created.