ScheduleTakedownEvent

data class ScheduleTakedownEvent(val comment: String? = null, val executeAt: Timestamp? = null, val executeAfter: Timestamp? = null, val executeUntil: Timestamp? = null)

Logs a scheduled takedown action for an account.

Constructors

Link copied to clipboard
constructor(comment: String? = null, executeAt: Timestamp? = null, executeAfter: Timestamp? = null, executeUntil: Timestamp? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard