id property

dynamic id
final

ID of the comment.

Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, serialize-ids-as-strings=true can be passed as a query param to any v2 endpoint to opt-in to this change now. See this changelog for more detail.

Implementation

final dynamic id;