PropertyBag

@JsonClass(generateAdapter = true)
data class PropertyBag(@Json(name = "tags") val tags: List<String>? = null)(source)

Key/value pairs.

Since

0.12.0

Constructors

Link copied to clipboard
constructor(@Json(name = "tags") tags: List<String>? = null)

Properties

Link copied to clipboard
val tags: List<String>? = null

A set of distinct strings that provide additional information.