Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.64 KB

File metadata and controls

25 lines (20 loc) · 1.64 KB

DeclarativeVisualizationObject

Properties

Name Type Description Notes
content JsonNode
id str Visualization object ID.
title str Visualization object title.
certification str Certification status of the entity. [optional] if omitted the server will use the default value of "CERTIFIED"
certification_message str, none_type Optional message associated with the certification. [optional]
certified_at str, none_type Time when the certification was set. [optional]
certified_by DeclarativeUserIdentifier [optional]
created_at str, none_type Time of the entity creation. [optional]
created_by DeclarativeUserIdentifier [optional]
description str Visualization object description. [optional]
is_hidden bool If true, this visualization object is hidden from AI search results. [optional]
modified_at str, none_type Time of the last entity modification. [optional]
modified_by DeclarativeUserIdentifier [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]