MonitoringPoint constructor

MonitoringPoint({
  1. bool? autoGeoLocationEnabled,
  2. String? connectionStatus,
  3. String? createTime,
  4. String? displayName,
  5. List<String>? errors,
  6. GeoLocation? geoLocation,
  7. Host? host,
  8. String? hostname,
  9. String? name,
  10. List<NetworkInterface>? networkInterfaces,
  11. String? originatingIp,
  12. List<ProviderTag>? providerTags,
  13. String? type,
  14. String? updateTime,
  15. bool? upgradeAvailable,
  16. String? upgradeType,
  17. 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,
});