Constructor
protected
new TemporaryObjectModel(siteId)
TemporaryObjectModel Constructor
Parameters
-
siteId
number
The Site ID associated with this Temporary Object
Source
Members
definitionObject
The Temporary Object Definition
Type
-
Object
Source
deletedboolean
Whether the Temporary Object has been deleted
Type
-
boolean
Source
idstring
The Temporary Object ID
Type
-
string
Source
keyIndexstring
The Temporary Object Key Index
Type
-
string
Source
siteIdnumber
The Site ID associated with this Temporary Object
Type
-
number
Source
typestring
The Temporary Object Type
Type
-
string
Source
updateTimestampDate
When the Temporary Object was last updated
Type
-
Date
Source
Methods
static
fromJSON(json, siteId) → {TemporaryObjectModel}
Create a new TemporaryObjectModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
-
siteId
number
The Site ID associated with this Temporary Object
Returns
-
TemporaryObjectModel