AccessLevelsAccessLevelCustomExpr

data class AccessLevelsAccessLevelCustomExpr(val description: String? = null, val expression: String, val location: String? = null, val title: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, expression: String, location: String? = null, title: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the expression

Link copied to clipboard

Textual representation of an expression in Common Expression Language syntax.

Link copied to clipboard
val location: String? = null

String indicating the location of the expression for error reporting, e.g. a file name and a position in the file

Link copied to clipboard
val title: String? = null

Title for the expression, i.e. a short string describing its purpose.