Metadata

data class Metadata(val summary: String?, val description: String?, val tags: List<String>, val deprecated: String?, val ignore: Boolean = false)(source)

Constructors

Link copied to clipboard
constructor(summary: String?, description: String?, tags: List<String>, deprecated: String?, ignore: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard