scitacean.model.DownloadInstrument#

pydantic model scitacean.model.DownloadInstrument[source]#
field customMetadata: dict[str, Any] | None = None#
field name: str | None = None#
field pid: str | None = None#
field uniqueName: str | None = None#
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[Instrument]