PagedModelEntityModelUdfFieldBooleanValueDto¶
Example Json Object
1{
2 "_embedded": {
3 "udfFieldBooleanValues": [
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 "valueType": "string",
13 "objectId": 0,
14 "value": true,
15 "udfField": {
16 "createdBy": "string",
17 "lastModifiedBy": "string",
18 "createdDate": "2019-08-24T14:15:22Z",
19 "lastModifiedDate": "2019-08-24T14:15:22Z",
20 "archived": true,
21 "externalId": "string",
22 "id": 0,
23 "typeId": 0,
24 "priority": 0,
25 "required": true,
26 "reportable": true,
27 "labels": [
28 {
29 "createdBy": "string",
30 "lastModifiedBy": "string",
31 "createdDate": "2019-08-24T14:15:22Z",
32 "lastModifiedDate": "2019-08-24T14:15:22Z",
33 "archived": true,
34 "externalId": "string",
35 "id": 0,
36 "cultureId": 0,
37 "value": "string"
38 }
39 ]
40 },
41 "objectType": "string"
42 }
43 ]
44 },
45 "page": {
46 "size": 0,
47 "totalElements": 0,
48 "totalPages": 0,
49 "number": 0
50 }
51}
📄 Description: Data transfer object representing a paginated collection of boolean values for user-defined fields within the Nakisa Portfolio Management Suite, facilitating analytics and insights related to portfolio and asset management in the real estate sector.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» udfFieldBooleanValues |
false |
none |
[Data transfer object representing a boolean value for a user-defined field within the Nakisa Portfolio Management Suite, facilitating the management and analysis of portfolio, asset, and real estate property data.] |
|
page |
false |
none |
Page number for pagination |