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