AddressBookEcsTag

data class AddressBookEcsTag(val tagKey: String? = null, val tagValue: String? = null)

Constructors

Link copied to clipboard
constructor(tagKey: String? = null, tagValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val tagKey: String? = null

The key of ECS tag that to be matched.

Link copied to clipboard
val tagValue: String? = null

The value of ECS tag that to be matched.