DeprecationDoc

class emmet.core.tasks.DeprecationDoc(**data)

Bases: BaseModel

Model for task deprecation data.

Parameters:
  • task_id (str | None)

  • deprecated (bool | None)

  • deprecation_reason (str | None)

model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].