kotlin-algebraic-types-plugin / org.drx.plugin.algebraictypes.generate.optics / SharedPrismParameter

SharedPrismParameter

data class SharedPrismParameter

Constructors

<init>

SharedPrismParameter(name: String, type: String, occurrences: ArrayList<PrismParameterOccurrence> = arrayListOf())

Properties

name

val name: String

occurrences

val occurrences: ArrayList<PrismParameterOccurrence>

type

val type: String