Skip to content

cmem_client.models.common¤

Shared domain models used across multiple resource types.

Holds the models which are not specific to a single resource. Currently that is the tag, which DataIntegration attaches to the items of client.datasets and client.workflows alike.

Classes:

  • Tag – A tag with a label, used across multiple resource types (datasets, workflows, etc.).

Tag¤

Bases: Model

A tag with a label, used across multiple resource types (datasets, workflows, etc.).

Attributes:

  • label (str) – Human readable text of the tag.

label¤

label: str = ''

model_config¤

model_config = ConfigDict(extra='allow', populate_by_name=True)

Comments