Password Event

@Serializable
data class PasswordEvent(val id: String, val eventDate: Long, val type: PasswordEventType)

The PasswordEvent data class represents an event related to password's lifecycle

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
constructor(id: String, eventDate: Long, type: PasswordEventType)

Properties

Link copied to clipboard
@SerialName(value = "event_date" )
val eventDate: Long

When the event occurred

Link copied to clipboard
val id: String

The identifier of the event

Link copied to clipboard
val type: PasswordEventType

The type of the event