Service Api Method
data class ServiceApiMethod(val name: String? = null, val requestType: String? = null, val responseType: String? = null, val syntax: String? = null)
Constructors
Link copied to clipboard
fun ServiceApiMethod(name: String? = null, requestType: String? = null, responseType: String? = null, syntax: String? = null)