ActiveRoleAssignmentTicket

data class ActiveRoleAssignmentTicket(val number: String? = null, val system: String? = null)

Constructors

Link copied to clipboard
fun ActiveRoleAssignmentTicket(number: String? = null, system: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val number: String? = null

The ticket number.

Link copied to clipboard
val system: String? = null

The ticket system.