open-project-flutter-api/doc/GroupModel.md
2023-11-05 19:54:17 +01:00

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

[Back to Model list] [Back to API list] [Back to README]