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