Table of Contents

Class OrganizationsSensorAlertSensor

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

The sensor that triggered the alert

[DataContract]
public class OrganizationsSensorAlertSensor
Inheritance
OrganizationsSensorAlertSensor
Inherited Members

Constructors

OrganizationsSensorAlertSensor()

public OrganizationsSensorAlertSensor()

Properties

Model

Model of the sensor.

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

Property Value

string

Name

Name of the sensor.

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

Property Value

string

Serial

Serial number of the sensor.

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

Property Value

string

Url

URL to the sensor.

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

Property Value

string