# FlatApi.GroupDetails

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The unique identifier of the group | [optional] 
**name** | **String** | The displayable name of the group | [optional] 
**type** | [**GroupType**](GroupType.md) |  | [optional] 
**organization** | **String** | The unique identifier of the Organization owning the group | [optional] 
**creationDate** | **Date** | The date when the group was create | [optional] 
**usersCount** | **Number** | The number of students in this group | [optional] 
**readOnly** | **Boolean** | &#x60;true&#x60; if the properties and members of this group are in in read-only  | [optional] 


