EnabledFeathers

@Serializable
data class EnabledFeathers(val isEnabledRequests: Boolean, val isEnabledExceptions: Boolean, val isEnabledLogs: Boolean, val isEnabledDatabase: Boolean, val isReadOnly: Boolean)

Constructors

Link copied to clipboard
constructor(isEnabledRequests: Boolean, isEnabledExceptions: Boolean, isEnabledLogs: Boolean, isEnabledDatabase: Boolean, isReadOnly: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard