====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class DeviceModel: """ This is the valid DeviceModel """ device_model: Optional[str]