====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class DnaSenseResponse: """ Dna Sense Response """ # Sense Post Contents html: Optional[str]