Class OrganizationsSensorAlertSnapshotCamera
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
Serial
Serial number of the camera
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Url
URL to the camera
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }