
com.pulumi.azurenative.costmanagement.kotlin.outputs.ReportConfigGroupingResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.costmanagement.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The group by expression to be used in the report.
* @property name The name of the column to group. This version supports subscription lowest possible grain.
* @property type Has type of the column to group.
*/
public data class ReportConfigGroupingResponse(
public val name: String,
public val type: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.costmanagement.outputs.ReportConfigGroupingResponse): ReportConfigGroupingResponse = ReportConfigGroupingResponse(
name = javaType.name(),
type = javaType.type(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy