Skip to content

Latest commit

 

History

History
66 lines (31 loc) · 1.09 KB

File metadata and controls

66 lines (31 loc) · 1.09 KB

ForgeSdk.RelRefMeta

Properties

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

Enum: RefTypeEnum

  • derived (value: "derived")

  • dependencies (value: "dependencies")

  • auxiliary (value: "auxiliary")

  • xrefs (value: "xrefs")

Enum: DirectionEnum

  • from (value: "from")

  • to (value: "to")

Enum: FromTypeEnum

  • folders (value: "folders")

  • items (value: "items")

  • versions (value: "versions")

Enum: ToTypeEnum

  • folders (value: "folders")

  • items (value: "items")

  • versions (value: "versions")