====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class ResetInterfaceReq: ifname: Optional[str] vpn_id: Optional[str]