====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class VsmartSyncResponse: """ Response for a vsmart sync with the task id for the push from vManage to vSmarts """ id: Optional[str]