Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1009 Bytes

DeclarativeWorkspaceDataFilterSetting.md

File metadata and controls

17 lines (12 loc) · 1009 Bytes

DeclarativeWorkspaceDataFilterSetting

Workspace Data Filters serving the filtering of what data users can see in workspaces.

Properties

Name Type Description Notes
filter_values [str] Only those rows are returned, where columnName from filter matches those values.
id str Workspace Data Filters ID. This ID is further used to refer to this instance.
title str Workspace Data Filters setting title.
workspace WorkspaceIdentifier
description str Workspace Data Filters setting description. [optional]
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]