Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
extras: Any |
|
public |
|
|
public |
|
|
public |
|
Public Constructors
public constructor(response: Object) source
Params:
Name | Type | Attribute | Description |
response | Object | JSON formatted response of an event. |
|
response.id | Number | The event id value |
|
response.created_at | String | Date in which the event was created |
|
response.date | String | Date |
|
response.extras | Any | Extra information |
|
response.status | Number | The status of this event [ACTIVE, COMPLETED_ON_TIME, COMPLETED_LATE, IGNORED, PAST, PENDING] |
|
response.updated_at | String | Date in which the event was updated |