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