Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
public |
|
|
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 single site |
|
response.id | Number |
|
The id of the site on the server |
response.type | String |
|
The type of this object ('sites') |
response.site_id | String |
|
Publicly listed id for site |
response.external_identifier | String |
|
External id for site |
response.randomization_identifier | String |
|
Randomization Identifier |
response.name | String |
|
POC Name |
response.email | String |
|
POC Email |
response.phone_number | String |
|
POC Number |
response.fax_number | String |
|
POC Fax Number |
response.created_at | Date |
|
Time at which the site was created |
response.updated_at | Date |
|
Time at which the site was updated |