Folder Custom Module Custom Config Custom Output Property Value Expression Args
data class FolderCustomModuleCustomConfigCustomOutputPropertyValueExpressionArgs(val description: Output<String>? = null, val expression: Output<String>, val location: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<FolderCustomModuleCustomConfigCustomOutputPropertyValueExpressionArgs>
Constructors
Link copied to clipboard
fun FolderCustomModuleCustomConfigCustomOutputPropertyValueExpressionArgs(description: Output<String>? = null, expression: Output<String>, location: Output<String>? = null, title: Output<String>? = null)