TagValues

class TagValues

Specifies tag-based filtering options for cost and usage queries.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String?

The key of the tag to filter on.

Link copied to clipboard

The match options for tag values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.

Link copied to clipboard

The values to match for the specified tag key.

Functions

Link copied to clipboard
inline fun copy(block: TagValues.Builder.() -> Unit = {}): TagValues
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String