WorkflowParameterResponse

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
constructor(description: String? = null, metadata: Any? = null, type: String? = null, value: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description.

Link copied to clipboard
val metadata: Any? = null

The metadata.

Link copied to clipboard
val type: String? = null

The type.

Link copied to clipboard
val value: Any? = null

The value.