ClusterTag

data class ClusterTag(val key: String? = null, val value: String? = null)

The metadata that you apply to the cluster to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.

Constructors

Link copied to clipboard
fun ClusterTag(key: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null
Link copied to clipboard
val value: String? = null