OperationDescriptor

@JsonClass(generateAdapter = true)
class OperationDescriptor(    val name: String,     val source: String,     val type: String)

This structure is also generated by other tools (iOS, cli, ...), try to keep the field names if possible.

Constructors

Link copied to clipboard
fun OperationDescriptor(    name: String,     source: String,     type: String)

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val source: String
Link copied to clipboard
val type: String