| Method | Description | Returns | 
|---|---|---|
| getPeopleCount() | Returns the total count of the people assigned to the group. | int | 
| getCreated() | Get the date the record was created. | DateTime | 
| getModified() | Get the last modification date for the record. | DateTime | 
| getId() | int | |
| getName() | string | |
| getText() | string | |
| getPeople() | Collection | |
| isNewRecord() | Check if the record is a new record | bool | 
| isHierarchicalModel() | Check whether a model is a hierarchical model, i.e. can have children | bool | 
| isVersionedModel() | Check whether a model is versioned | bool | 
Users\Models\Frontend\Group
Group