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