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 contact |
|
response.id | Number |
|
The id of the site contact on the server |
response.first_name | String |
|
Site contact's first name |
response.last_name | String |
|
Last name of the site contact |
response.email | String |
|
Email Address of the site contact |
response.phone | String |
|
Phone number of the site contact |
response.fax | String | Fax number of the site contact |
|
response.primary_contact | String | Is this a primary contact? |
|
response.created_at | String | Created at |
|
response.updated_at | String | Updated at |