Class CameraBoundariesAreas
Camera Boundaries Areas
[DataContract]
public class CameraBoundariesAreas
- Inheritance
-
CameraBoundariesAreas
- Inherited Members
Properties
Boundaries
Configured area boundaries of the camera
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "boundaries")]
public CameraBoundariesAreasBoundaries Boundaries { get; set; }
Property Value
NetworkId
The network id of the camera
[ApiForeignKey(typeof(Network))]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
Serial
The serial number of the camera
[ApiForeignKey(typeof(Device))]
[DataMember(Name = "serial")]
public string Serial { get; set; }