InternetMonitorHealthEventsConfig constructor

const InternetMonitorHealthEventsConfig({
  1. Input<double?>? availabilityScoreThreshold,
  2. Input<double?>? performanceScoreThreshold,
})

Creates a new InternetMonitorHealthEventsConfig. availabilityScoreThreshold The health event threshold percentage set for availability scores. performanceScoreThreshold The health event threshold percentage set for performance scores.

Implementation

const InternetMonitorHealthEventsConfig({
  this.availabilityScoreThreshold,
  this.performanceScoreThreshold,
});