RICADO Gen 4 API JS Client

RICADO Gen 4 API JS Client

Class

ShiftFocusMeetingModel

Extends
  • BaseModel

Summary

ShiftFocusMeetingModel Constructor

.

Description

Model Class for a Shift Focus Meeting

Constructor

protected

new ShiftFocusMeetingModel(siteId)

ShiftFocusMeetingModel Constructor

Parameters

  • siteId number

    The Site ID associated with this Shift Focus Meeting

Source

Members

Methods

static

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

Source