Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 775 Bytes

GroupInfoDto.md

File metadata and controls

19 lines (14 loc) · 775 Bytes

openapi.model.GroupInfoDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
groupId String Gets the group identifier. [optional]
groupName String Gets the group name. [optional]
state GroupStateType [optional]
participants BuiltList<String> Gets the participants. [optional]
lastUpdatedAt DateTime Gets the date when this DTO has been created. [optional]

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