Table Specification Response
data class TableSpecificationResponse(val description: String? = null, val format: String? = null, val properties: Map<String, ColumnSpecificationResponse>? = null, val title: String? = null, val type: String)
The swagger 2.0 schema describing a single service input or output. See Swagger specification: http://swagger.io/specification/
Constructors
Link copied to clipboard
fun TableSpecificationResponse(description: String? = null, format: String? = null, properties: Map<String, ColumnSpecificationResponse>? = null, title: String? = null, type: String)