Class FloorPlansAutoLocateDeviceFloorPlan
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
Name
Floor plan name
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
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; }