id property

CommentRangeEnd.id property

Specifies the identifier of the comment to which this region is linked to.

@property
def id(self) -> int:
    ...

@id.setter
def id(self, value: int):
    ...

See Also