using System.Collections.Generic; namespace DeviceCenter.model { class GetFloorResponse { public List<Floor> content { get; set; } } }