Class OrganizationsSensorAlertProfileConditionThresholdPm25
PM2.5 concentration threshold. One of 'concentration' or 'quality' must be provided.
[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdPm25
- Inheritance
-
OrganizationsSensorAlertProfileConditionThresholdPm25
- Inherited Members
Constructors
OrganizationsSensorAlertProfileConditionThresholdPm25()
public OrganizationsSensorAlertProfileConditionThresholdPm25()
Properties
Concentration
Alerting threshold as PM2.5 parts per million.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "concentration")]
public int Concentration { get; set; }
Property Value
Quality
Alerting threshold as a qualitative PM2.5 level.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "quality")]
public AlertingQuality Quality { get; set; }