Team

internal sealed class Team : Event

Inheritors

Types

Link copied to clipboard
internal 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
internal open val teamId: String

Functions

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