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