Table of Contents

Class CameraBoundariesAreasBoundaries

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

Camera Boundaries Areas Boundaries

[DataContract]
public class CameraBoundariesAreasBoundaries
Inheritance
CameraBoundariesAreasBoundaries
Inherited Members

Properties

Id

The area boundary id

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

Property Value

string

Name

The area boundary name

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

Property Value

string

Type

The area boundary type

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "type")]
public string Type { get; set; }

Property Value

string

Vertices

The area boundary vertices

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "vertices")]
public List<CameraBoundariesAreasBoundariesVertex> Vertices { get; set; }

Property Value

List<CameraBoundariesAreasBoundariesVertex>