GetUsersUserName

data class GetUsersUserName(val familyName: String, val formatted: String, val givenName: String, val honorificPrefix: String, val honorificSuffix: String, val middleName: String)

Constructors

Link copied to clipboard
constructor(familyName: String, formatted: String, givenName: String, honorificPrefix: String, honorificSuffix: String, middleName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Family name of the user.

Link copied to clipboard

Name that is typically displayed when the name is shown for display.

Link copied to clipboard

Given name of the user.

Link copied to clipboard

Honorific prefix of the user.

Link copied to clipboard

Honorific suffix of the user.

Link copied to clipboard

Middle name of the user.