Table of Contents

Class OrganizationsSensorAlertProfile

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

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

OrganizationsSensorAlertProfileCondition

Id

ID of the sensor alert profile.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

Name

Name of the sensor alert profile.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string