Team

sealed class Team : Event

Inheritors

Types

Link copied to clipboard
data class MemberLeave(val id: String, val teamId: String, val memberId: String, val dateTime: <Error class: unknown class>) : Event.Team

Properties

Link copied to clipboard
open val id: String

The ID of the event. As of Jan 2024, the ID used by the backend is not guaranteed to be unique, so comparing the full object might be necessary.

Link copied to clipboard
open val teamId: String

Functions

Link copied to clipboard
abstract fun toLogMap(): Map<String, Any?>
Link copied to clipboard
open fun toLogString(): String