PagedModelEntityModelFieldDefaultValueDto¶
Example Json Object
1{
2 "_embedded": {
3 "fieldDefaultValues": [
4 {
5 "createdBy": "string",
6 "lastModifiedBy": "string",
7 "createdDate": "2019-08-24T14:15:22Z",
8 "lastModifiedDate": "2019-08-24T14:15:22Z",
9 "archived": true,
10 "externalId": "string",
11 "id": 0,
12 "entityType": "string",
13 "fieldName": "string",
14 "fieldValue": "string",
15 "conditionValue": "string",
16 "isActive": true,
17 "isLocked": true,
18 "userId": 0
19 }
20 ]
21 },
22 "page": {
23 "size": 0,
24 "totalElements": 0,
25 "totalPages": 0,
26 "number": 0
27 }
28}
📄 Description: Data transfer object representing the default values for model fields within the Nakisa Portfolio Management Suite, facilitating effective management and analysis of portfolio, asset, and real estate property data.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» fieldDefaultValues |
false |
none |
[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.] |
|
page |
false |
none |
Page number for pagination |