subscriptions property

List<String>? subscriptions
getter/setter pair

The names of subscriptions attached to the topic.

The order of the subscriptions is unspecified.

Implementation

core.List<core.String>? subscriptions;