Constructor
protected
new BinTipBinCardModel(siteId)
BinTipBinCardModel Constructor
Parameters
-
siteId
number
The Site ID associated with this Bin Tip Bin Card
Source
Members
binTipBinIdstring
The Bin ID associated with this Bin Card
Type
-
string
Source
binTipIdstring
The Bin Tip ID associated with this Bin Card
Type
-
string
Source
createdTimestampDate
When this Bin Card was Created
Type
-
Date
Source
deletedboolean
Whether the Bin Tip Bin Card has been deleted
Type
-
boolean
Source
idstring
The Bin Tip Bin Card ID
Type
-
string
Source
nullable
imagestring
A Base64 Encoded Image of the Bin Card
Type
-
string
Source
siteIdnumber
The Site ID associated with this Bin Tip Bin Card
Type
-
number
Source
updateTimestampDate
When the Bin Tip Bin Card was last updated
Type
-
Date
Source
Methods
static
fromJSON(json, siteId) → {BinTipBinCardModel}
Create a new BinTipBinCardModel 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 Bin Tip Bin Card
Returns
-
BinTipBinCardModel