====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class DisabledAlarmDetails: end_time: Optional[str] event_name: Optional[str] start_time: Optional[str]