Constructor
protected
new SoftSortBeltModel(siteId)
SoftSortBeltModel Constructor
Parameters
-
siteId
number
The Site ID associated with this Soft Sort Belt
Source
Members
deletedboolean
Whether the Soft Sort Belt has been deleted
Type
-
boolean
Source
idstring
The Soft Sort Belt ID
Type
-
string
Source
namestring
The Name of this Soft Sort Belt
Type
-
string
Source
packingLineIdstring
The Packing Line that owns this Soft Sort Belt
Type
-
string
Source
pointsObject
The Points used by this Soft Sort Belt
Type
-
Object
Source
nullable
rtuIdnumber
The RTU this Soft Sort Belt belongs to
Type
-
number
Source
siteIdnumber
The Site ID associated with this Soft Sort Belt
Type
-
number
Source
updateTimestampDate
When the Soft Sort Belt was last updated
Type
-
Date
Source
Methods
static
fromJSON(json, siteId) → {SoftSortBeltModel}
Create a new SoftSortBeltModel 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 Soft Sort Belt
Returns
-
SoftSortBeltModel