Table of Contents

Class SensorAlertOverviewByMetricItemCountsNoise

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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; }

Property Value

int