items property

List<Comment>? items
getter/setter pair

A list of comments that match the request criteria.

Implementation

core.List<Comment>? items;