AccountEvent
data class AccountEvent(val comment: String? = null, val active: Boolean, val status: AccountEventStatus? = null, val timestamp: Timestamp)
Logs account status related events on a repo subject. Normally captured by automod from the firehose and emitted to ozone for historical tracking.
Parameters
active
Indicates that the account has a repository which can be fetched from the host that emitted this event.
Constructors
Link copied to clipboard
constructor(comment: String? = null, active: Boolean, status: AccountEventStatus? = null, timestamp: Timestamp)