AccessLevelsAccessLevelCustomExprArgs

data class AccessLevelsAccessLevelCustomExprArgs(val description: Output<String>? = null, val expression: Output<String>, val location: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<AccessLevelsAccessLevelCustomExprArgs>

Constructors

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

Properties

Link copied to clipboard
val description: Output<String>? = null

Description of the expression

Link copied to clipboard
val expression: Output<String>

Textual representation of an expression in Common Expression Language syntax.

Link copied to clipboard
val location: Output<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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AccessLevelsAccessLevelCustomExprArgs