GetTagResult

data class GetTagResult(val tagValues: List<String>? = null)

Constructors

Link copied to clipboard
constructor(tagValues: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

A list of possible values an attribute can take.