Table of Contents

Class CameraBoundariesAreas

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

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

CameraBoundariesAreasBoundaries

NetworkId

The network id of the camera

[ApiForeignKey(typeof(Network))]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string

Serial

The serial number of the camera

[ApiForeignKey(typeof(Device))]
[DataMember(Name = "serial")]
public string Serial { get; set; }

Property Value

string