ProjectCapacityPlanningDto¶
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 "totalEstimatedTime": 0,
10 "totalAllocatedTime": 0,
11 "projectId": 0
12}
📄 Description: Data transfer object representing the capacity planning details for projects within the Nakisa Portfolio Management Suite, facilitating analytics and strategic decision-making related to portfolio and asset management in real estate properties.
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 |
totalEstimatedTime |
integer(int32) |
false |
none |
Time of the total estimated |
totalAllocatedTime |
integer(int32) |
false |
none |
Time of the total allocated |
projectId |
integer(int64) |
true |
none |
Unique identifier for the project |