Cost Category Rule Inherited Value
data class CostCategoryRuleInheritedValue(val dimensionKey: String? = null, val dimensionName: String? = null)
Properties
Link copied to clipboard
Key to extract cost category values.
Link copied to clipboard
Name of the dimension that's used to group costs. If you specify LINKED_ACCOUNT_NAME
, the cost category value is based on account name. If you specify TAG
, the cost category value will be based on the value of the specified tag key. Valid values are LINKED_ACCOUNT_NAME
, TAG