RuleResourceTag

data class RuleResourceTag(val resourceTagKey: String, val resourceTagValue: String? = null)

Constructors

Link copied to clipboard
constructor(resourceTagKey: String, resourceTagValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The tag key. The following argument is optional:

Link copied to clipboard

The tag value.