EntityModelFieldDefaultValueDto¶
Example Json Object
1{
2 "createdBy": "string",
3 "lastModifiedBy": "string",
4 "createdDate": "2019-08-24T14:15:22Z",
5 "lastModifiedDate": "2019-08-24T14:15:22Z",
6 "archived": true,
7 "externalId": "string",
8 "id": 0,
9 "entityType": "string",
10 "fieldName": "string",
11 "fieldValue": "string",
12 "conditionValue": "string",
13 "isActive": true,
14 "isLocked": true,
15 "userId": 0
16}
📄 Description: Data transfer object representing the default values for fields within an entity model, facilitating consistent data entry and analysis across the Nakisa Portfolio Management Suite, particularly in the contexts of portfolio management, asset tracking, analytics, and real estate property management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
createdBy |
string |
false |
none |
Username of who created this resource |
lastModifiedBy |
string |
false |
none |
Username of who last modified this resource |
createdDate |
string(date-time) |
false |
none |
Date of the created |
lastModifiedDate |
string(date-time) |
false |
none |
Date of the last modified |
archived |
boolean |
false |
none |
Boolean flag indicating archived status |
externalId |
string |
false |
none |
Unique identifier for the external |
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
entityType |
string |
false |
none |
Type of the entity |
fieldName |
string |
false |
none |
Name of the field |
fieldValue |
string |
false |
none |
Text value for fieldValue in EntityModelFieldDefaultValueDto |
conditionValue |
string |
false |
none |
Represents the specific value associated with a condition in the context of portfolio, asset, and analytics management within the Nakisa Portfolio Management Suite. |
isActive |
boolean |
false |
none |
Whether the resource is active |
isLocked |
boolean |
false |
none |
Whether the resource is locked |
userId |
integer(int64) |
false |
none |
Unique identifier for the user |