scitacean.model.DownloadDataFile#

pydantic model scitacean.model.DownloadDataFile[source]#
field chk: str | None = None#
field gid: str | None = None#
field path: str | None = None#
field perm: str | None = None#
field size: NonNegativeInt | None = None#
field time: datetime | None = None#
Validated by:
  • _validate_datetime

field uid: str | None = None#
classmethod upload_model_type()[source]#

Return the upload model type for this model.

Returns None if the model cannot be uploaded or this is an upload model.

Return type:

type[UploadDataFile]