Skip to content

content

Module for view content.

ViewMetadata

Bases: PyCelonisBaseModel

Class for basic view metadata.

key instance-attribute

key

Key of view.

name instance-attribute

name

Name of view.

knowledge_model_key instance-attribute

knowledge_model_key

Key of knowledge model used by view.

ViewTab

Bases: PyCelonisBaseModel

Class for view tab containing components such as tables or kpis.

id instance-attribute

id

Id of view tab.

name instance-attribute

name

Name of view tab.

components class-attribute instance-attribute

components = Field(default_factory=CelonisCollection)

Components (tables, kpis, etc.) of view tab.

ViewContent

Bases: PyCelonisBaseModel

Class for view content to read properties from view.

metadata instance-attribute

metadata

Metadata of view.

components class-attribute instance-attribute

components = Field(default_factory=CelonisCollection)

tabs class-attribute instance-attribute

tabs = Field(default_factory=CelonisCollection)