IndirectPropertyIDLevel
Indirect property ID level.
| Name | Description | Type | 
|---|---|---|
level_ref | ID reference part of this level. | IndirectPropertyIDLevelRef | 
obj_ver | If not NULL, this level is bound to this particular object version. | ObjVer | 
Example
{
  "level_ref": {
    "type": 2 /* Enum: IndirectPropertyIDLevelType */,
    "id": 0,
    "reference_direction": 1 /* Enum: ReferenceDirection */,
    "to_object_type": 0
  },
  "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
    }
  }
}