comments property

List<Comment>? comments
getter/setter pair

The list of Comments associated with the given Case.

Implementation

core.List<Comment>? comments;