class Google::Apis::HealthcareV1::Hl7V2NotificationConfig
Specifies where and whether to send notifications upon changes to a data store.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @filter = args[:filter] if args.key?(:filter) @pubsub_topic = args[:pubsub_topic] if args.key?(:pubsub_topic) end