Class OrganizationsSensorAlertProfile
The triggered sensor alert profile
[DataContract]
public class OrganizationsSensorAlertProfile
- Inheritance
-
OrganizationsSensorAlertProfile
- Inherited Members
Constructors
OrganizationsSensorAlertProfile()
public OrganizationsSensorAlertProfile()
Properties
Condition
Triggered alert condition for the sensor alert.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "condition")]
public OrganizationsSensorAlertProfileCondition Condition { get; set; }
Property Value
Id
ID of the sensor alert profile.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Name
Name of the sensor alert profile.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }