====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class VwanListResponse: source: Optional[str] vwan_id: Optional[str] vwan_name: Optional[str]