ImageWorkflowParameter

data class ImageWorkflowParameter(val name: String? = null, val value: List<String>? = null)

A parameter associated with the workflow

Constructors

Link copied to clipboard
constructor(name: String? = null, value: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the workflow parameter to set.

Link copied to clipboard
val value: List<String>? = null

Sets the value for the named workflow parameter.