RICADO Gen 4 API JS Client

RICADO Gen 4 API JS Client

Class

GrowingMethodModel

Extends
  • BaseModel

Summary

GrowingMethodModel Constructor

.

Description

Model Class for a Growing Method

Constructor

protected

new GrowingMethodModel(siteId)

GrowingMethodModel Constructor

Parameters

  • siteId number

    The Site ID associated with this Growing Method

Source

Members

Methods

static

fromJSON(json, siteId) → {GrowingMethodModel}

Create a new GrowingMethodModel 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 Growing Method

Returns

  • GrowingMethodModel

Source