Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.23 KB

File metadata and controls

52 lines (39 loc) · 1.23 KB

RelRefMeta

Properties

Name Type Description Notes
refType RefTypeEnum
direction DirectionEnum describes the direction of the reference relative to the resource the refs are queried for
fromId String
fromType FromTypeEnum
toId String
toType ToTypeEnum
extension BaseAttributesExtensionObject

Enum: RefTypeEnum

Name Value
"DERIVED" "derived"
"DEPENDENCIES" "dependencies"
"AUXILIARY" "auxiliary"
"XREFS" "xrefs"

Enum: DirectionEnum

Name Value
"FROM" "from"
"TO" "to"

Enum: FromTypeEnum

Name Value
"FOLDERS" "folders"
"ITEMS" "items"
"VERSIONS" "versions"

Enum: ToTypeEnum

Name Value
"FOLDERS" "folders"
"ITEMS" "items"
"VERSIONS" "versions"