# openapi.model.GroupModel ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **int** | The group id | **name** | **String** | Group's full name, formatting depends on instance settings # Conditions - admin | [optional] **createdAt** | [**DateTime**](DateTime.md) | Time of creation # Conditions - admin | [optional] **updatedAt** | [**DateTime**](DateTime.md) | Time of the most recent change to the user | [optional] **links** | [**GroupModelLinks**](GroupModelLinks.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)