PagedModelEntityModelMilestoneTemplateDto¶
Example Json Object
1{
2 "_embedded": {
3 "milestoneTemplates": [
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 "label": "string",
13 "cultureId": 0,
14 "labelDtos": [
15 {
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 "cultureId": 0,
24 "value": "string"
25 }
26 ]
27 }
28 ]
29 },
30 "page": {
31 "size": 0,
32 "totalElements": 0,
33 "totalPages": 0,
34 "number": 0
35 }
36}
📄 Description: Data transfer object representing a paginated collection of milestone templates within the Nakisa Portfolio Management Suite, facilitating the management and analysis of real estate property assets.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» milestoneTemplates |
false |
none |
[Data transfer object representing a milestone template within the Nakisa Portfolio Management Suite, designed to facilitate the management and tracking of key milestones related to portfolio assets and real estate properties.] |
|
page |
false |
none |
Page number for pagination |