Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 770 Bytes

EventMatchingPattern.md

File metadata and controls

12 lines (8 loc) · 770 Bytes

Finbourne.Workflow.Sdk.Model.EventMatchingPattern

The matching event pattern object

Properties

Name Type Description Notes
EventType string The type of event to subscribe to. The list of available event types can be discovered by calling the ‘List available EventTypes’ API endpoint in the Notifications service
Filter string A filter on the event. See https://support.lusid.com/filtering-results-from-lusid for more information. If not provided, all events will be matched. [optional]

Back to Model listBack to API listBack to README