resourceTrigger property

List<SubscriptionTopicResourceTrigger>? resourceTrigger
inherited

resourceTrigger A definition of a resource-based event that triggers a notification based on the SubscriptionTopic. The criteria may be just a human readable description and/or a full FHIR search string or FHIRPath expression. Multiple triggers are considered OR joined (e.g., a resource update matching ANY of the definitions will trigger a notification).

Implementation

List<SubscriptionTopicResourceTrigger>? get resourceTrigger =>
    throw _privateConstructorUsedError;