case class Status(oldValue: Option[GuildScheduledEventStatus], newValue: Option[GuildScheduledEventStatus]) extends AuditLogChange[GuildScheduledEventStatus] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Status
- Serializable
- Product
- Equals
- AuditLogChange
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Status(oldValue: Option[GuildScheduledEventStatus], newValue: Option[GuildScheduledEventStatus])
Value Members
- val newValue: Option[GuildScheduledEventStatus]
The new value
The new value
- Definition Classes
- Status → AuditLogChange
- val oldValue: Option[GuildScheduledEventStatus]
The old value
The old value
- Definition Classes
- Status → AuditLogChange
- def productElementNames: Iterator[String]
- Definition Classes
- Product