items property

List<Subscription>? items
getter/setter pair

A list of subscriptions that match the request criteria.

Implementation

core.List<Subscription>? items;