replies property

List<Response>? replies
getter/setter pair

The reply of the updates.

This maps 1:1 with the update requests, although replies to some requests may be empty.

Implementation

core.List<Response>? replies;