SubscriptionCostManagementViewDatasetGroupingArgs

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

Constructors

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the column to group.

Link copied to clipboard
val type: Output<String>

The type of the column. Possible values are Dimension and TagKey.