scitacean.model.UploadOrigDatablock# pydantic model scitacean.model.UploadOrigDatablock[source]# field chkAlg: str | None = None# field dataFileList: list[UploadDataFile] [Required]# field size: NonNegativeInt [Required]# Constraints: ge = 0 classmethod download_model_type()[source]# Return the download model type for this model. Returns None if this is a download model. Return type: type[DownloadOrigDatablock]