ProjectCustomModuleCustomConfigCustomOutputPropertyValueExpressionArgs

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

Constructors

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. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

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. This can be used e.g. in UIs which allow to enter the expression.

Functions

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