Constructor
new ShiftFocusMeetingModel(siteId)
ShiftFocusMeetingModel Constructor
Parameters
-
siteId
number
The Site ID associated with this Shift Focus Meeting
Source
Members
createdTimestampDate
When this Focus Meeting was Created
Type
-
Date
Source
deletedboolean
Whether the Shift Focus Meeting has been deleted
Type
-
boolean
Source
finishTimestampDate
When this Focus Meeting was Completed
Type
-
Date
Source
idstring
The Shift Focus Meeting ID
Type
-
string
Source
nextKeyFocusstring
An Optional Key Focus until the Next Meeting
Type
-
string
Source
packingLineIdstring
The Packing Line ID this Focus Meeting is associated with
Type
-
string
Source
scheduledTimestampDate
When this Focus Meeting is Scheduled to Begin
Type
-
Date
Source
shiftIdstring
The Shift ID this Focus Meeting is asssociated with
Type
-
string
Source
siteIdnumber
The Site ID associated with this Shift Focus Meeting
Type
-
number
Source
startTimestampDate
When this Focus Meeting was Started
Type
-
Date
Source
statusstring
The Status of this Focus Meeting
Type
-
string
Source
successRatingnumber
An Optional Rating between 1 and 10 on how Successful the Focus Meeting was
Type
-
number
Source
updateTimestampDate
When the Shift Focus Meeting was last updated
Type
-
Date
Source
Methods
fromJSON(json, siteId) → {ShiftFocusMeetingModel}
Create a new ShiftFocusMeetingModel 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 Shift Focus Meeting
Returns
-
ShiftFocusMeetingModel