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