Project Custom Module Custom Config Custom Output Property Value Expression Args
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
Link copied to clipboard
fun ProjectCustomModuleCustomConfigCustomOutputPropertyValueExpressionArgs(description: Output<String>? = null, expression: Output<String>, location: Output<String>? = null, title: Output<String>? = null)