Package-level declarations
Types
Link copied to clipboard
data class EmployeePropertiesResponse(val age: Int? = null, val city: String? = null, val profile: String? = null, val provisioningState: String)
Employee properties
Link copied to clipboard
data class GetEmployeeResult(val id: String, val location: String, val name: String, val properties: EmployeePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Employee resource
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.