Class OrganizationsSensorAlertProfileConditionThresholdNoiseAmbient
Ambient noise threshold. One of 'level' or 'quality' must be provided.
[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdNoiseAmbient
- Inheritance
-
OrganizationsSensorAlertProfileConditionThresholdNoiseAmbient
- Inherited Members
Constructors
OrganizationsSensorAlertProfileConditionThresholdNoiseAmbient()
public OrganizationsSensorAlertProfileConditionThresholdNoiseAmbient()
Properties
Level
Alerting threshold as adjusted decibels.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "level")]
public int Level { get; set; }
Property Value
Quality
Alerting threshold as a qualitative ambient noise level.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "quality")]
public AlertingQuality Quality { get; set; }