Table of Contents

Class FloorPlansAutoLocateDeviceFloorPlan

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

Floor Plan Auto Locate Device Floor Plan

[DataContract]
public class FloorPlansAutoLocateDeviceFloorPlan
Inheritance
FloorPlansAutoLocateDeviceFloorPlan
Inherited Members

Properties

Id

Floor plan ID

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

Property Value

string

Name

Floor plan name

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

Property Value

string

Status

Floor plan name - This property name is in line with the documentation despite not looking correct This property has also been added as 'name' to avoid expected deserialisation errors in the future.

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

Property Value

string