====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class NwpiNbarAppGroupResponsePayloadInner: """ Nbar Application Group for GET response """ entries: Optional[List[Any]] name: Optional[str]