====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class GetTenantManagementSystemIPsInner: chasis_number: Optional[str] device_type: Optional[str] management_system_ip: Optional[str] serial_number: Optional[str]