SoftLayer_Ticket_Subject


SoftLayer_Ticket_Subject

Description

The SoftLayer_Ticket_Subject data type models one of the possible subjects that a standard support ticket may belong to. A basic support ticket’s title matches it’s corresponding subject’s name.

Local


categoryId

The subject category id that this ticket subject belongs to.
Type: int


id

A ticket subject’s internal identifier.
Type: int


name

A ticket subject’s name. This name is used for a standard support ticket’s title.
Type: string


parentId

Specifies the parent subject id.
Type: int

Relational


children

A child subject
Type: SoftLayer_Ticket_Subject[]


parent

A parent subject
Type: SoftLayer_Ticket_Subject

Count


childrenCount

A count of a child subject
Type: unsignedLong