UserDeactivatedEvent

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

Parameters

createdAt
createdBy
type
user

Constructors

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

Properties

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

Functions

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