Class SensorAlertOverviewByMetricItemCountsNoise
Object containing the number of sensor alerts that occurred due to noise readings
[DataContract]
public class SensorAlertOverviewByMetricItemCountsNoise
- Inheritance
-
SensorAlertOverviewByMetricItemCountsNoise
- Inherited Members
Constructors
SensorAlertOverviewByMetricItemCountsNoise()
public SensorAlertOverviewByMetricItemCountsNoise()
Properties
Ambient
Number of sensor alerts that occurred due to ambient noise readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ambient")]
public int Ambient { get; set; }