ConformancePackInputParameter

data class ConformancePackInputParameter(val parameterName: String, val parameterValue: String)

Input parameters in the form of key-value pairs for the conformance pack.

Constructors

Link copied to clipboard
constructor(parameterName: String, parameterValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One part of a key-value pair.

Link copied to clipboard

Another part of the key-value pair.