====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class NwpiProtocolResponsePayloadInner: """ Protocol for GET response """ protocol_name: Optional[str] value: Optional[int]