MemberLeave

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

Constructors

Link copied to clipboard
constructor(id: String, teamId: String, memberId: String, dateTime: <Error class: unknown class>)

Properties

Link copied to clipboard
val dateTime: <Error class: unknown class>
Link copied to clipboard
open override 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
val memberId: String
Link copied to clipboard
open override val teamId: String

Functions

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