Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.other
/
EnabledFeathers
Enabled
Feathers
common
@
Serializable
data
class
EnabledFeathers
(
val
isEnabledRequests
:
Boolean
,
val
isEnabledExceptions
:
Boolean
,
val
isEnabledLogs
:
Boolean
,
val
isEnabledDatabase
:
Boolean
,
val
isReadOnly
:
Boolean
)
Members
Constructors
Enabled
Feathers
Link copied to clipboard
common
constructor
(
isEnabledRequests
:
Boolean
,
isEnabledExceptions
:
Boolean
,
isEnabledLogs
:
Boolean
,
isEnabledDatabase
:
Boolean
,
isReadOnly
:
Boolean
)
Types
Companion
Link copied to clipboard
common
object
Companion
Properties
is
Enabled
Database
Link copied to clipboard
common
val
isEnabledDatabase
:
Boolean
is
Enabled
Exceptions
Link copied to clipboard
common
val
isEnabledExceptions
:
Boolean
is
Enabled
Logs
Link copied to clipboard
common
val
isEnabledLogs
:
Boolean
is
Enabled
Requests
Link copied to clipboard
common
val
isEnabledRequests
:
Boolean
is
Read
Only
Link copied to clipboard
common
val
isReadOnly
:
Boolean