GroupInfoDto

data class GroupInfoDto(val groupId: UUID, val groupName: String, val state: GroupStateType, val participants: List<String>, val lastUpdatedAt: DateTime)

Class GroupInfoDto.

Constructors

Link copied to clipboard
constructor(groupId: UUID, groupName: String, state: GroupStateType, participants: List<String>, lastUpdatedAt: DateTime)

Properties

Link copied to clipboard

The group identifier.

Link copied to clipboard

The group name.

Link copied to clipboard

The date when this DTO has been created.

Link copied to clipboard

The participants.

Link copied to clipboard

The group state.