items property

List<CommentThread>? items
getter/setter pair

A list of comment threads that match the request criteria.

Implementation

core.List<CommentThread>? items;