Skip to content

end_point

Represents an EndPoint.

CLASS DESCRIPTION
EndPoint

The EndPoint element may be extended with endpoint reference definitions introduced in other specifications.

Classes

EndPoint dataclass

EndPoint(
    *,
    id: Optional[str] = None,
    documentation: list[Documentation] = list(),
    extension_elements: Optional[ExtensionElements] = None
)

Bases: RootElement

The EndPoint element may be extended with endpoint reference definitions introduced in other specifications.

Functions