Models

from typing import Optional, List, Dict, Union, Any, Literal


class DeviceIp:
    """
    This is the valid DeviceIP
    """

    device_ip: Optional[str]