GatewaySummary¶
Structure Class¶
GatewaySummary
dataclass
¶
Contains summary information about a gateway.
Attributes¶
authorizer_type
instance-attribute
¶
authorizer_type: AuthorizerType
The type of authorizer used by the gateway.
description
class-attribute
instance-attribute
¶
description: str | None = field(repr=False, default=None)
The description of the gateway.
protocol_type
class-attribute
instance-attribute
¶
protocol_type: GatewayProtocolType = GatewayProtocolType('MCP')
The protocol type used by the gateway.
updated_at
instance-attribute
¶
updated_at: datetime
The timestamp when the gateway was last updated.