id property

CommentRangeStart.id property

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

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

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

See Also