Members
companyIdstring
The Company this Site belongs to
Type
-
string
Source
deletedboolean
Whether the Site has been deleted
Type
-
boolean
Source
enabledboolean
Whether the Site is Enabled
Type
-
boolean
Source
idnumber
The Site ID
Type
-
number
Source
namestring
The Site Name
Type
-
string
Source
updateTimestampDate
When the Site was last updated
Type
-
Date
Source
Methods
static
fromJSON(json) → {SiteModel}
Create a new SiteModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
Returns
-
SiteModel