PermissionsOverrides class

Holds permissions overrides for channel

Inheritance
Implemented types

Properties

allow int
Value of permissions allowed
latefinal
createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
deny int
Value of permissions denied
latefinal
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
ID of entity as Snowflake
finalinherited
permissions Permissions
Permissions
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
Type of entity. Either 0 (role) or 1 (member)
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBuilder() PermissionOverrideBuilder
Returns instance of Builder with current data
override
toString() String
A string representation of this object.
inherited

Operators

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