Ext.define('IW.model.UserGroupSearchItem', { extend: 'Ext.data.Model', fields: ['Id', 'Name', 'Type'], idProperty: 'Id' });