pubsubConfigs property

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

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

Keyed by the topic names.

Implementation

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