sippo-sdk / com.quobis.sippo.sipposdk.group.model / GroupInfo

GroupInfo

data class GroupInfo

A group information instance.

This class contains the information about one specific group such as the name or the participants who are part of it.

Properties

id

val id: String

Group identifier.

name

val name: String

Group name.

participants

val participants: List<User>

User who are included in this group.