Method Response
data class MethodResponse(val name: String, val options: List<OptionResponse>, val requestStreaming: Boolean, val requestTypeUrl: String, val responseStreaming: Boolean, val responseTypeUrl: String, val syntax: String)
Method represents a method of an API interface.
Constructors
Link copied to clipboard
fun MethodResponse(name: String, options: List<OptionResponse>, requestStreaming: Boolean, requestTypeUrl: String, responseStreaming: Boolean, responseTypeUrl: String, syntax: String)