class Google::Apis::HealthcareV1::FhirNotificationConfig
Contains the configuration for FHIR notifications.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @pubsub_topic = args[:pubsub_topic] if args.key?(:pubsub_topic) @send_full_resource = args[:send_full_resource] if args.key?(:send_full_resource) @send_previous_resource_on_delete = args[:send_previous_resource_on_delete] if args.key?(:send_previous_resource_on_delete) end