Method

@Serializable
data class Method(val name: String, val tags: List<Tag>, val description: String = "", val params: List<Param>, val result: Result)

Constructors

Link copied to clipboard
constructor(name: String, tags: List<Tag>, description: String = "", params: List<Param>, result: Result)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: List<Tag>