InsightFiltersProcessPid constructor

const InsightFiltersProcessPid({
  1. Input<String?>? eq,
  2. Input<String?>? gte,
  3. Input<String?>? lte,
})

Creates a new InsightFiltersProcessPid. eq The equal-to condition to be applied to a single field when querying for findings, provided as a String. gte The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String. lte The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.

Implementation

const InsightFiltersProcessPid({
  this.eq,
  this.gte,
  this.lte,
});