UptimeCheckConfig constructor

UptimeCheckConfig({
  1. String? checkerType,
  2. List<ContentMatcher>? contentMatchers,
  3. String? displayName,
  4. HttpCheck? httpCheck,
  5. List<InternalChecker>? internalCheckers,
  6. bool? isInternal,
  7. bool? logCheckFailures,
  8. MonitoredResource? monitoredResource,
  9. String? name,
  10. String? period,
  11. ResourceGroup? resourceGroup,
  12. List<String>? selectedRegions,
  13. SyntheticMonitorTarget? syntheticMonitor,
  14. TcpCheck? tcpCheck,
  15. String? timeout,
  16. Map<String, String>? userLabels,
})

Implementation

UptimeCheckConfig({
  this.checkerType,
  this.contentMatchers,
  this.displayName,
  this.httpCheck,
  this.internalCheckers,
  this.isInternal,
  this.logCheckFailures,
  this.monitoredResource,
  this.name,
  this.period,
  this.resourceGroup,
  this.selectedRegions,
  this.syntheticMonitor,
  this.tcpCheck,
  this.timeout,
  this.userLabels,
});