Workflow Parameter Response
data class WorkflowParameterResponse(val description: String? = null, val metadata: Any? = null, val type: String? = null, val value: Any? = null)
The workflow parameters.
Constructors
Link copied to clipboard
fun WorkflowParameterResponse(description: String? = null, metadata: Any? = null, type: String? = null, value: Any? = null)