EmployeePropertiesResponse

data class EmployeePropertiesResponse(val age: Int? = null, val city: String? = null, val profile: String? = null, val provisioningState: String)

Employee properties

Constructors

Link copied to clipboard
constructor(age: Int? = null, city: String? = null, profile: String? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val age: Int? = null

Age of employee

Link copied to clipboard
val city: String? = null

City of employee

Link copied to clipboard
val profile: String? = null

Profile of employee

Link copied to clipboard

The status of the last operation.