====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class CreateVpnList: vedge: Optional[List[str]] vsmart: Optional[List[str]]