from _typeshed import Incomplete

class NotificationRules:
    openapi_types: Incomplete
    attribute_map: Incomplete
    discriminator: Incomplete
    def __init__(self, notification_rules: Incomplete | None = None, links: Incomplete | None = None) -> None: ...
    @property
    def notification_rules(self): ...
    @notification_rules.setter
    def notification_rules(self, notification_rules) -> None: ...
    @property
    def links(self): ...
    @links.setter
    def links(self, links) -> None: ...
    def to_dict(self): ...
    def to_str(self): ...
    def __eq__(self, other): ...
    def __ne__(self, other): ...
