HuntOwnerResponse

data class HuntOwnerResponse(val assignedTo: String? = null, val email: String? = null, val objectId: String? = null, val ownerType: String? = null, val userPrincipalName: String? = null)

Describes a user that the hunt is assigned to

Constructors

Link copied to clipboard
constructor(assignedTo: String? = null, email: String? = null, objectId: String? = null, ownerType: String? = null, userPrincipalName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assignedTo: String? = null

The name of the user the hunt is assigned to.

Link copied to clipboard
val email: String? = null

The email of the user the hunt is assigned to.

Link copied to clipboard
val objectId: String? = null

The object id of the user the hunt is assigned to.

Link copied to clipboard
val ownerType: String? = null

The type of the owner the hunt is assigned to.

Link copied to clipboard

The user principal name of the user the hunt is assigned to.