pubsubConfigs property

Map<String, PubsubConfig>? pubsubConfigs
getter/setter pair

How this repository publishes a change in the repository through Cloud Pub/Sub.

Keyed by the topic names.

Implementation

core.Map<core.String, PubsubConfig>? pubsubConfigs;