subscriptions property

List<Subscription>? subscriptions
getter/setter pair

The list of updated subscriptions.

This list will match the requests one to one, in the same order.

Implementation

core.List<Subscription>? subscriptions;