InsightFiltersFindingProviderFieldsConfidence constructor

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

Creates a new InsightFiltersFindingProviderFieldsConfidence. 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 InsightFiltersFindingProviderFieldsConfidence({
  this.eq,
  this.gte,
  this.lte,
});