OptionalAuditEntryInfo class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

OptionalAuditEntryInfo({String? channelId, String? count, String? deleteMemberDays, String? id, String? membersRemoved, String? messageId, String? roleName, String? type})
Constructor
OptionalAuditEntryInfo.fromJson(Map<String, dynamic> json)
From json
factory

Properties

channelId String?
channel in which the entities were targeted
final
count String?
number of entities that were targeted
final
deleteMemberDays String?
number of days after which inactive members were kicked
final
hashCode int
The hash code for this object.
no setterinherited
id String?
id of the overwritten entity
final
membersRemoved String?
number of members removed by the prune
final
messageId String?
id of the message that was targeted
final
roleName String?
name of the role if type is "0" (not present if type is "1")
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
type of overwritten entity - "0" for "role" or "1" for "member"
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
To json
toString() String
A string representation of this object.
inherited

Operators

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