class Google::Apis::HealthcareV1::Hl7V2NotificationConfig

def update!(**args)

Update properties of this object
def update!(**args)
  @filter = args[:filter] if args.key?(:filter)
  @pubsub_topic = args[:pubsub_topic] if args.key?(:pubsub_topic)
end