ConsultationModel
Model representing a video consultation.
Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
Public Constructors
public constructor(response: Object) source
Params:
Name | Type | Attribute | Description |
response | Object | JSON formatted response of a consultation. |
|
response.id | Number | The user role ID value |
|
response.confirmed_at | String | The date when the consultation was confirmed |
|
response.deleted_at | String | The date when the consultation was deleted |
|
response.end_at | String | The date when the consultation ends |
|
response.name | String | Name of the consultation |
|
response.session_identity | String | The video session id |
|
response.start_at | String | The date when the consultation starts |
|
response.status | String | The status of the consultation |
|
response.created_at | Boolean | The date when the consultation was created |
|
response.updated_at | Boolean | The date when the consultation was last updated |