notificationConfig property

  1. @Deprecated('Not supported. Member documentation may have more information.')
NotificationConfig? notificationConfig
getter/setter pair

Use notification_configs instead.

If non-empty, publish all resource modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a map with a string describing the action that has triggered the notification. For example, "action":"CreateResource".

Deprecated.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
NotificationConfig? notificationConfig;