IAuditLogEntry class abstract

Implemented types

Constructors

IAuditLogEntry()

Properties

changes List<IAuditLogChange>
Changes made to the target_id
no setter
createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
ID of entity as Snowflake
finalinherited
options String?
Additional info for certain action types
no setter
reason String?
The reason for the change
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetId String
Id of the affected entity (webhook, user, role, etc.)
no setter
type AuditLogEntryType
Type of action that occurred
no setter
user Cacheable<Snowflake, IUser>
The user who made the changes
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
inherited