Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.15 KB

SearchRelationshipObject.md

File metadata and controls

19 lines (14 loc) · 1.15 KB

SearchRelationshipObject

Properties

Name Type Description Notes
source_object_id str Source object ID.
source_object_title str Source object title.
source_object_type str Source object type, e.g. dashboard.
source_workspace_id str Source workspace ID. If relationship is dashboard->visualization, this is the workspace where the dashboard is located.
target_object_id str Target object ID.
target_object_title str Target object title.
target_object_type str Target object type, e.g. visualization.
target_workspace_id str Target workspace ID. If relationship is dashboard->visualization, this is the workspace where the visualization is located.
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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