scitacean.model.History#
- class scitacean.model.History(*, _id=None, _updated_at=None, _updated_by=None)[source]#
Constructors
__init__
(*[, _id, _updated_at, _updated_by])Methods
Return the download model type for this user model.
from_download_model
(download_model)Construct an instance from an associated SciCat download model.
make_upload_model
()upload_model_type
()Return the upload model type for this user model.
Attributes
id
updated_at
updated_by
- __init__(*, _id=None, _updated_at=None, _updated_by=None)#