InsightFiltersUserDefinedValue

data class InsightFiltersUserDefinedValue(val comparison: String, val key: String, val value: String)

Constructors

Link copied to clipboard
constructor(comparison: String, key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val key: String

The key of the map filter. For example, for ResourceTags, Key identifies the name of the tag. For UserDefinedFields, Key is the name of the field.

Link copied to clipboard