CostCategoryValues

The Cost Categories values used for filtering the costs.

If Values and Key are not specified, the ABSENT``MatchOption is applied to all Cost Categories. That is, it filters on resources that aren't mapped to any Cost Categories.

If Values is provided and Key isn't specified, the ABSENT``MatchOption is applied to the Cost Categories Key only. That is, it filters on resources without the given Cost Categories key.

Types

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

Properties

Link copied to clipboard
val key: String?

The unique name of the Cost Category.

Link copied to clipboard

The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE.

Link copied to clipboard

The specific value of the Cost Category.

Functions

Link copied to clipboard
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