====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class ReleaseLicenses: # List of device UUIDs uuids: Optional[List[str]]