InternalAssetClassDto¶
Example Json Object
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "name": "string",
6 "assetClassType": "PROPERTY",
7 "infiniteUsefulLife": true
8}
📄 Description: Data transfer object representing an internal asset class within the Nakisa Portfolio Management Suite, encompassing key attributes related to portfolio analytics and real estate property management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
status |
string |
false |
none |
Status of the resource |
displayId |
string |
true |
none |
Unique identifier for the display |
name |
string |
false |
none |
Name of the resource |
assetClassType |
string |
false |
none |
Type of the asset class |
infiniteUsefulLife |
boolean |
true |
none |
Boolean flag indicating infiniteUsefulLife status |
Enumerated Values
Attribute |
Value |
|---|---|
assetClassType |
EQUIPMENT, PLANT, PROPERTY |
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |