GetEventIntegrationEventFilter constructor
const
GetEventIntegrationEventFilter({
- required Input<
String> source,
Creates a new GetEventIntegrationEventFilter.
source Source of the events.
Implementation
const GetEventIntegrationEventFilter({
required this.source,
});