Parameter Example Contract Response
data class ParameterExampleContractResponse(val description: String? = null, val externalValue: String? = null, val summary: String? = null, val value: Any? = null)
Parameter example.
Constructors
Link copied to clipboard
fun ParameterExampleContractResponse(description: String? = null, externalValue: String? = null, summary: String? = null, value: Any? = null)