Incident Owner Info Response
data class IncidentOwnerInfoResponse(val assignedTo: String? = null, val email: String? = null, val objectId: String? = null, val userPrincipalName: String? = null)
Information on the user an incident is assigned to
Constructors
Link copied to clipboard
fun IncidentOwnerInfoResponse(assignedTo: String? = null, email: String? = null, objectId: String? = null, userPrincipalName: String? = null)