ActiveRoleAssignmentTicket

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val number: String? = null

User-supplied ticket number to be included with the request. Changing this forces a new resource to be created.

Link copied to clipboard
val system: String? = null

User-supplied ticket system name to be included with the request. Changing this forces a new resource to be created.