Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.44 KB

Link.md

File metadata and controls

21 lines (18 loc) · 1.44 KB

Link

Properties

Name Type Description Notes
id int The ID of the represented link. [optional]
description str The description for the represented link. [optional]
source_id int The ID of the source entry of the represented link. [optional]
source_full_path str The full path to the source entry of the represented link. [optional]
source_label str The label for the source entry in the link definition. [optional]
source_link str The navigation link to the source entry. [optional]
target_id int The ID of the target entry of the represented link. [optional]
target_full_path str The full path to the target entry of the represented link. [optional]
target_label str The label for the target entry in the link definition. [optional]
target_link str The navigation link to the target entry. [optional]
link_definition_id int The ID of the link definition. [optional]
link_definition_description str The description of the link definition. [optional]
custom_properties dict(str, str) The custom properties for the represented link. [optional]

[Back to Model list] [Back to API list] [Back to README]