Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Ticket

Details about the ticket created.

Properties

description

description: string

The description of the issue addressed in the ticket.

Optional lifecycleDetails

lifecycleDetails: model.LifecycleDetails

Additional information about the current {@code lifecycleState}.

Optional lifecycleState

lifecycleState: model.LifecycleState

The current state of the ticket.

Optional resourceList

resourceList: Array<Resource>

The list of resources associated with the ticket.

severity

severity: Severity

The severity assigned to the ticket.

Optional ticketNumber

ticketNumber: undefined | string

Unique identifier for the ticket.

Optional timeCreated

timeCreated: undefined | number

The time when the ticket was created, in milliseconds since epoch time. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional timeUpdated

timeUpdated: undefined | number

The time when the ticket was updated, in milliseconds since epoch time. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

title

title: string

The title of the ticket.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Ticket): object

getJsonObj

  • getJsonObj(obj: Ticket): object