PandoroUser

@Serializable
data class PandoroUser(val id: String, val profilePic: String, val name: String, val surname: String, val email: String)

The PandoroUser data class allow to represent a user data

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
constructor(id: String, profilePic: String, name: String, surname: String, email: String)

Properties

Link copied to clipboard
@SerialName
val email: String

The email of the user

Link copied to clipboard
@SerialName
val id: String

The identifier of the user

Link copied to clipboard
@SerialName
val name: String

The name of the user

Link copied to clipboard
@SerialName
val profilePic: String

The profile picture of the user

Link copied to clipboard
@SerialName
val surname: String

The surname of the user

Functions

Link copied to clipboard

Method to obtain the complete name of the user