from _typeshed import Incomplete

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