VersionComment
Version comment details.
Despite it's original name, this struct is reserved for version comment details. It should not be used for other purposes, as we want to maintain the possibility of adding new version comment specific fields to it in the future.
| Name | Description | Type |
|---|---|---|
obj_ver | Object version. | ObjVer |
property_values | Properties. | PropertyValue[] |
Example
{
"obj_ver": {
"obj_id": {
"type": 0,
"item_id": {
"internal_id": 0,
"external_repository_id": {
"connection": "<!< The external repository connection identifier.>",
"item": "<item>"
}
}
},
"version": {
"type": 7 /* Enum: ObjVerVersionType */,
"internal_version": 0,
"external_repository_version": "<external_repository_version>",
"external_repository_sort_key": 0
}
},
"property_values": [] /* Array of PropertyValue */
}