Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ActivityItem

Details about the ActivityItem object.

Properties

activityAuthor

activityAuthor: ActivityAuthor

activityType

activityType: ActivityType

The type of activity occuring on the support ticket.

Optional category

category: model.Category

comments

comments: string

Comments added with the activity on the support ticket.

Optional issueType

issueType: model.IssueType

itemKey

itemKey: string

Unique identifier for the item.

Optional itemStatus

itemStatus: ItemStatus

Who updates the activity on the support ticket.

Optional itemType

itemType: ItemType

Optional name

name: undefined | string

The display name of the item. Avoid entering confidential information.

Optional subCategory

subCategory: model.SubCategory

timeCreated

timeCreated: number

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

timeUpdated

timeUpdated: number

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

Const type

type: string = "activity"

Methods

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Item): object

getJsonObj

  • getJsonObj(obj: Item): object