UptimeCheckConfig constructor

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

Implementation

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