Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.17 KB

DeclarativeWorkspaceDataFilter.md

File metadata and controls

18 lines (13 loc) · 1.17 KB

DeclarativeWorkspaceDataFilter

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

Properties

Name Type Description Notes
column_name str Workspace Data Filters column name. Data are filtered using this physical column.
id str Workspace Data Filters ID. This ID is further used to refer to this instance.
title str Workspace Data Filters title.
workspace_data_filter_settings [DeclarativeWorkspaceDataFilterSetting] Filter settings specifying values of filters valid for the workspace.
description str Workspace Data Filters description. [optional]
workspace WorkspaceIdentifier [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]