GroupData

fun GroupData(    name: String?,     description: String?,     memberCount: Int?,     owner: UserData?,     id: Int? = null)