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