mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
792 B
792 B
openapi.model.GroupModel
Load the model package
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 | Time of creation # Conditions - admin | [optional] |
| updatedAt | DateTime | Time of the most recent change to the user | [optional] |
| links | GroupModelLinks |