Table of Contents

Class FloorPlanBatchDevicesUpdateRequestAssignment

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

FloorPlanBatchDevicesUpdateRequestAssignment

[DataContract]
public class FloorPlanBatchDevicesUpdateRequestAssignment
Inheritance
FloorPlanBatchDevicesUpdateRequestAssignment
Inherited Members

Properties

FloorPlan

Floorplan to be assigned or unassigned

[DataMember(Name = "floorPlan")]
public FloorPlanBatchDevicesUpdateRequestAssignment FloorPlan { get; set; }

Property Value

FloorPlanBatchDevicesUpdateRequestAssignment

Serial

Serial of the device to change the floor plan assignment for

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

Property Value

string