Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.13 KB

DeclarativeAttribute.md

File metadata and controls

22 lines (17 loc) · 1.13 KB

DeclarativeAttribute

A dataset attribute.

Properties

Name Type Description Notes
id str Attribute ID.
labels [DeclarativeLabel] An array of attribute labels.
source_column str A name of the source column that is the primary label
title str Attribute title.
default_view LabelIdentifier [optional]
description str Attribute description. [optional]
sort_column str Attribute sort column. [optional]
sort_direction str Attribute sort direction. [optional]
source_column_data_type str A type of the source column [optional]
tags [str] A list of tags. [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]