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