GetCostCategoryRuleRuleOrCostCategory

data class GetCostCategoryRuleRuleOrCostCategory(val key: String, val matchOptions: List<String>, val values: List<String>)

Constructors

Link copied to clipboard
constructor(key: String, matchOptions: List<String>, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

Key for the tag.

Link copied to clipboard

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. Valid values are: EQUALS, ABSENT, STARTS_WITH, ENDS_WITH, CONTAINS, CASE_SENSITIVE, CASE_INSENSITIVE.

Link copied to clipboard

Parameter values.