DataCreationSettingLite¶
Example Json Object
1{
2 "id": 0,
3 "idGenerationType": "AUTO",
4 "source": "string",
5 "type": "MIGRATION",
6 "startDateTime": "2019-08-24T14:15:22Z",
7 "endDateTime": "2019-08-24T14:15:22Z"
8}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
true |
none |
none |
idGenerationType |
string |
true |
none |
none |
source |
string |
false |
none |
none |
type |
string |
true |
none |
none |
startDateTime |
string(date-time) |
true |
none |
none |
endDateTime |
string(date-time) |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
idGenerationType |
AUTO, MANUAL |
type |
MIGRATION, TESTING |