MonitoringPoint constructor
      
      MonitoringPoint({ 
    
    
- bool? autoGeoLocationEnabled,
- String? connectionStatus,
- String? createTime,
- String? displayName,
- List<String> ? errors,
- GeoLocation? geoLocation,
- Host? host,
- String? hostname,
- String? name,
- List<NetworkInterface> ? networkInterfaces,
- String? originatingIp,
- List<ProviderTag> ? providerTags,
- String? type,
- String? updateTime,
- bool? upgradeAvailable,
- String? upgradeType,
- String? version,
Implementation
MonitoringPoint({
  this.autoGeoLocationEnabled,
  this.connectionStatus,
  this.createTime,
  this.displayName,
  this.errors,
  this.geoLocation,
  this.host,
  this.hostname,
  this.name,
  this.networkInterfaces,
  this.originatingIp,
  this.providerTags,
  this.type,
  this.updateTime,
  this.upgradeAvailable,
  this.upgradeType,
  this.version,
});