ThreadModel
Model representing a thread.
Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
Public Constructors
public constructor(response: Object) source
Params:
Name | Type | Attribute | Description |
response | Object | JSON formatted response of a thread |
|
response.id | String | The thread id |
|
response.attributes | Object | Attributes for a thread |
|
response.attributes.status | String | The thread text |
|
response.attributes.created_at | String | The creation timestamp |
|
response.attributes.resolved_at | String | The creation timestamp |