Get Api Wiki Result
data class GetApiWikiResult(val documents: List<WikiDocumentationContractResponse>? = null, val id: String, val name: String, val type: String)
Wiki properties
Constructors
Link copied to clipboard
constructor(documents: List<WikiDocumentationContractResponse>? = null, id: String, name: String, type: String)