ListParticipantSessionsResponse constructor
ListParticipantSessionsResponse({
- String? nextPageToken,
- List<
ParticipantSession> ? participantSessions,
Implementation
ListParticipantSessionsResponse({
this.nextPageToken,
this.participantSessions,
});