Operation

data class Operation(val name: String, val documentation: String? = null, val input: Type, val output: Type, val fault: Type? = null)(source)

Constructors

Link copied to clipboard
constructor(name: String, documentation: String? = null, input: Type, output: Type, fault: Type? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val fault: Type?
Link copied to clipboard
val input: Type
Link copied to clipboard
Link copied to clipboard