====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class AlarmTopic: device_ip: Optional[str] server_ip: Optional[str] topic: Optional[str]