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