GetUserName

data class GetUserName(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

The family name of the user.

Link copied to clipboard

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

Link copied to clipboard

The given name of the user.

Link copied to clipboard

The honorific prefix of the user.

Link copied to clipboard

The honorific suffix of the user.

Link copied to clipboard

The middle name of the user.