Operation
data class Operation(val name: String, val documentation: String? = null, val input: OperationType, val output: OperationType, val fault: OperationType? = null)(source)
Constructors
Link copied to clipboard
constructor(name: String, documentation: String? = null, input: OperationType, output: OperationType, fault: OperationType? = null)