import CsvExampleFileModel from 'clinical6/src/models/import/CsvExampleFile.js'
Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
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 single csv example file |
|
response.id | Number |
|
The id of the csv example file on the server |
response.type | String |
|
The type of this object ('csv_example_files') |
response.human_readable_name | String |
|
Human readable name of the file |
response.platform_model | String |
|
Platform model used for example |
response.file_url | String |
|
File URL for the csv example file |
response.created_at | Date |
|
Time at which the csv example file was created |
response.updated_at | Date |
|
Time at which the csv example file was updated |