RuleTag

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.

Link copied to clipboard
val value: String? = null

The value for the specified tag key.