subscriptions property
The list of updated subscriptions.
This list will match the requests one to one, in the same order.
Implementation
core.List<Subscription>? subscriptions;
The list of updated subscriptions.
This list will match the requests one to one, in the same order.
core.List<Subscription>? subscriptions;