NagentMilestoneDto¶
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 "name": "string",
10 "startDate": "string",
11 "targetDate": "string",
12 "weightPct": "string",
13 "tasks": [
14 {
15 "createdBy": "string",
16 "lastModifiedBy": "string",
17 "createdDate": "2019-08-24T14:15:22Z",
18 "lastModifiedDate": "2019-08-24T14:15:22Z",
19 "archived": true,
20 "externalId": "string",
21 "id": 0,
22 "name": "string",
23 "startDate": "string",
24 "targetDate": "string"
25 }
26 ]
27}
📄 Description: NagentMilestoneDto is a data transfer object that encapsulates key milestones associated with portfolio and asset management within the Nakisa Portfolio Management Suite, facilitating analytics and insights for real estate property performance.
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 |
name |
string |
false |
none |
Name of the resource |
startDate |
string |
false |
none |
Start date of the resource |
targetDate |
string |
false |
none |
Date of the target |
weightPct |
string |
false |
none |
Text value for weightPct in NagentMilestoneDto |
tasks |
false |
none |
List of tasks items |