IPermissionsOverrides class abstract

Implemented types

Constructors

IPermissionsOverrides()

Properties

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

Methods

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

Operators

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