CxFlowEventHandlerTriggerFulfillmentSetParameterAction

data class CxFlowEventHandlerTriggerFulfillmentSetParameterAction(val parameter: String? = null, val value: String? = null)

Constructors

constructor(parameter: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parameter: String? = null

Display name of the parameter.

Link copied to clipboard
val value: String? = null

The new JSON-encoded value of the parameter. A null value clears the parameter.