ResourceGroupCostManagementViewPivotArgs

data class ResourceGroupCostManagementViewPivotArgs(val name: Output<String>, val type: Output<String>) : ConvertibleToJava<ResourceGroupCostManagementViewPivotArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the column which should be used for this sub-view in the Cost Analysis UI.

Link copied to clipboard
val type: Output<String>

The data type to show in this sub-view. Possible values are Dimension and TagKey.

Functions

Link copied to clipboard
open override fun toJava(): ResourceGroupCostManagementViewPivotArgs