Table of Contents

Class NetworkSensorAlertsCurrentByMetricOverviewCountsNoise

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

Object containing the number of sensors that are currently alerting due to noise readings

[DataContract]
public class NetworkSensorAlertsCurrentByMetricOverviewCountsNoise
Inheritance
NetworkSensorAlertsCurrentByMetricOverviewCountsNoise
Inherited Members

Constructors

NetworkSensorAlertsCurrentByMetricOverviewCountsNoise()

public NetworkSensorAlertsCurrentByMetricOverviewCountsNoise()

Properties

Ambient

Number of sensors that are currently alerting due to ambient noise readings

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ambient")]
public int Ambient { get; set; }

Property Value

int