IAuditLogEntry class abstract

Implemented types

Constructors

IAuditLogEntry()

Properties

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

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