Service Input Output Specification Response
data class ServiceInputOutputSpecificationResponse(val description: String? = null, val properties: Map<String, TableSpecificationResponse>, val title: String? = null, val type: String)
The swagger 2.0 schema describing the service's inputs or outputs. See Swagger specification: http://swagger.io/specification/
Constructors
Link copied to clipboard
fun ServiceInputOutputSpecificationResponse(description: String? = null, properties: Map<String, TableSpecificationResponse>, title: String? = null, type: String)