scitacean.model.DownloadHistory#

pydantic model scitacean.model.DownloadHistory[source]#
field id: str | None = None#
field updatedAt: datetime | None = None#
Validated by:
  • _validate_datetime

field updatedBy: str | None = None#
classmethod user_model_type()[source]#

Return the user model type for this model.

Returns None if there is no user model, e.g., for Dataset where there is a custom class instead of a plain model.

Return type:

type[History]