ModuleAssetParameterResponse

data class ModuleAssetParameterResponse(val modeValuesInfo: Map<String, ModeValueInfoResponse>? = null, val name: String? = null, val parameterType: String? = null)

Parameter definition for a module asset.

Constructors

Link copied to clipboard
constructor(modeValuesInfo: Map<String, ModeValueInfoResponse>? = null, name: String? = null, parameterType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Definitions for nested interface parameters if this is a complex module parameter.

Link copied to clipboard
val name: String? = null

Parameter name.

Link copied to clipboard
val parameterType: String? = null

Parameter type.