UptimeCheckConfig constructor
      
      UptimeCheckConfig({ 
    
    
- String? checkerType,
- List<ContentMatcher> ? contentMatchers,
- String? displayName,
- HttpCheck? httpCheck,
- List<InternalChecker> ? internalCheckers,
- bool? isInternal,
- MonitoredResource? monitoredResource,
- String? name,
- String? period,
- ResourceGroup? resourceGroup,
- List<String> ? selectedRegions,
- SyntheticMonitorTarget? syntheticMonitor,
- TcpCheck? tcpCheck,
- String? timeout,
- 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,
});