scitacean.model.DownloadMeasurementPeriod#

pydantic model scitacean.model.DownloadMeasurementPeriod[source]#
field comment: str | None = None#
field end: datetime | None = None#
field instrument: str | None = None#
field start: datetime | 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[UploadMeasurementPeriod]

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]