Models

from typing import Optional, List, Dict, Union, Any, Literal


class SyncRootCertChain:
    sync_root_cert_chain: Optional[str]