Constructor
protected
new ApiAccountModel()
ApiAccountModel Constructor
Source
Members
companyIdstring
The Company this API Account belongs to
Type
-
string
Source
deletedboolean
Whether the API Account has been deleted
Type
-
boolean
Source
idstring
The API Account ID
Type
-
string
Source
nullable
keystring
API Key
Type
-
string
Source
namestring
The API Account Name
Type
-
string
Source
policiesArray.<string>
The Policies that apply to this API Account
Type
-
Array.<string>
Source
updateTimestampDate
When the API Account was last updated
Type
-
Date
Source
Methods
static
fromJSON(json) → {ApiAccountModel}
Create a new ApiAccountModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
Returns
-
ApiAccountModel