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