replies property

List<Reply>? replies
getter/setter pair

The full list of replies to the comment in chronological order.

Output only.

Implementation

core.List<Reply>? replies;