comments property

List<Comment>? comments
getter/setter pair

List of the comments associated with the case.

Implementation

core.List<Comment>? comments;