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