Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.18 KB

File metadata and controls

19 lines (15 loc) · 1.18 KB

ResultMakerWithIdVisConfigAndDynamicFields

Properties

Name Type Description Notes
id int Unique Id. [optional]
dynamic_fields str JSON string of dynamic field information. [optional]
filterables list[ResultMakerFilterables] array of items that can be filtered and information about them. [optional]
sorts str Sorts of the constituent Look, Query, or Merge Query [optional]
merge_result_id str ID of merge result if this is a merge_result. [optional]
total bool Total of the constituent Look, Query, or Merge Query [optional]
query_id int ID of query if this is a query. [optional]
query Query Query [optional]
vis_config str Vis config of the constituent Query, or Merge Query. [optional]
can dict(str, bool) Operations the current user is able to perform on this object [optional]

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