RegistryEventNotificationConfigItem

data class RegistryEventNotificationConfigItem(val pubsubTopicName: String, val subfolderMatches: String? = null)

Constructors

Link copied to clipboard
constructor(pubsubTopicName: String, subfolderMatches: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

PubSub topic name to publish device events.

Link copied to clipboard

If the subfolder name matches this string exactly, this configuration will be used. The string must not include the leading '/' character. If empty, all strings are matched. Empty value can only be used for the last event_notification_configs item.