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.