ClusterTag

data class ClusterTag(val key: String, val value: String)

A key-value pair to associate with a resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key for the tag. May not be null.

Link copied to clipboard

The tag's value. May be null.