UserSetResponse

data class UserSetResponse(val description: String? = null, val id: String? = null, val isBackup: Boolean? = null, val userType: String? = null)

The detail of a user.

Constructors

Link copied to clipboard
constructor(description: String? = null, id: String? = null, isBackup: Boolean? = null, userType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the user.

Link copied to clipboard
val id: String? = null

The object id of the user.

Link copied to clipboard
val isBackup: Boolean? = null

The value indicating whether the user is a backup fallback approver

Link copied to clipboard
val userType: String? = null

The type of user.