UserDeactivatedEvent

data class UserDeactivatedEvent(@Json(name = "created_at") val createdAt: OffsetDateTime, @Json(name = "created_by") val createdBy: User, @Json(name = "type") val type: String, @Json(name = "user") val user: User? = null) : VideoEvent

Constructors

Link copied to clipboard
constructor(@Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "created_by") createdBy: User, @Json(name = "type") type: String, @Json(name = "user") user: User? = null)

Properties

Link copied to clipboard
val createdAt: OffsetDateTime
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val user: User? = null

Functions

Link copied to clipboard
open override fun getEventType(): String