Table of Contents

Class OrganizationsSensorAlertSnapshotCamera

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

Camera snapshot information for the alert. If the sensor did not have a camera assigned at the time of the alert, this will be null.

[DataContract]
public class OrganizationsSensorAlertSnapshotCamera
Inheritance
OrganizationsSensorAlertSnapshotCamera
Inherited Members

Constructors

OrganizationsSensorAlertSnapshotCamera()

public OrganizationsSensorAlertSnapshotCamera()

Properties

Name

Name of the camera

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

Property Value

string

Serial

Serial number of the camera

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

Property Value

string

Url

URL to the camera

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

Property Value

string