ImageRecipeComponentParameter

data class ImageRecipeComponentParameter(val name: String, val value: List<String>)

Contains a key/value pair that sets the named component parameter.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the component parameter to set.

Link copied to clipboard

Sets the value for the named component parameter.