DataCreationSettingDto¶
Example Json Object
1{
2 "id": 0,
3 "startDateTime": "2019-08-24T14:15:22Z",
4 "endDateTime": "2019-08-24T14:15:22Z",
5 "idGenerationType": "AUTO",
6 "source": "string",
7 "type": "MIGRATION",
8 "notes": [
9 {
10 "id": 0,
11 "note": "string"
12 }
13 ],
14 "active": true
15}
📄 Description: Data transfer object representing the settings for data creation within the Nakisa Portfolio Management Suite, facilitating the management and analytics of portfolios, assets, and real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
startDateTime |
string(date-time) |
false |
none |
Time of the start date |
endDateTime |
string(date-time) |
false |
none |
Time of the end date |
idGenerationType |
string |
true |
none |
Type of the id generation |
source |
string |
false |
none |
Text value for source in DataCreationSettingDto |
type |
string |
true |
none |
Type of the resource |
notes |
false |
none |
List of notes items |
|
active |
boolean |
false |
none |
Whether this resource is active |
Enumerated Values
Attribute |
Value |
|---|---|
idGenerationType |
AUTO, MANUAL |
type |
MIGRATION, TESTING |