scitacean.model.UploadMeasurementPeriod#

pydantic model scitacean.model.UploadMeasurementPeriod[source]#
field comment: str | None = None#
field end: datetime [Required]#
field instrument: str [Required]#
field start: datetime [Required]#
classmethod download_model_type()[source]#

Return the download model type for this model.

Returns None if this is a download model.

Return type:

type[DownloadMeasurementPeriod]

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[MeasurementPeriod]