FilterZoneEventInput
About FilterZoneEventInput
FilterZoneEventInput
allows for filtering a zone event based on criteria described below.
Only one field should be provided per Filter object unless using an operator (and
or
not
) as specified below.
zoneId
If provided, specifies filters that work against the unique id of a zone event.
Type: FilterIDInput
time
If provided, specifies filters that work against the timestamp associated with the zone event.
Type: FilterDateTimeOffsetInput!
and
If provided, a detection activity must pass all filters in this list to match the current filter.
Type: [FilterZoneEventInput!]
or
If provided, a detection activity must pass at least one of the filters in this list to match the current filter.
Type: [FilterZoneEventInput!]
not
If provided, a detection activity may not match this filter to match the current filter.
Type: FilterZoneEventInput