Cx Page Form Parameter
data class CxPageFormParameter(val defaultValue: String? = null, val displayName: String? = null, val entityType: String? = null, val fillBehavior: CxPageFormParameterFillBehavior? = null, val isList: Boolean? = null, val redact: Boolean? = null, val required: Boolean? = null)
Constructors
Link copied to clipboard
fun CxPageFormParameter(defaultValue: String? = null, displayName: String? = null, entityType: String? = null, fillBehavior: CxPageFormParameterFillBehavior? = null, isList: Boolean? = null, redact: Boolean? = null, required: Boolean? = null)