Class OrganizationsSensorAlertProfileConditionThresholdNoise
Noise threshold. 'ambient' must be provided
[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdNoise
- Inheritance
-
OrganizationsSensorAlertProfileConditionThresholdNoise
- Inherited Members
Constructors
OrganizationsSensorAlertProfileConditionThresholdNoise()
public OrganizationsSensorAlertProfileConditionThresholdNoise()
Properties
Ambient
Ambient noise threshold. One of 'level' or 'quality' must be provided.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ambient")]
public OrganizationsSensorAlertProfileConditionThresholdNoiseAmbient Ambient { get; set; }