
com.pulumi.azurenative.automanage.kotlin.outputs.ConfigurationProfilePropertiesResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.automanage.kotlin.outputs
import kotlin.Any
import kotlin.Suppress
/**
* Automanage configuration profile properties.
* @property configuration configuration dictionary of the configuration profile.
*/
public data class ConfigurationProfilePropertiesResponse(
public val configuration: Any? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.automanage.outputs.ConfigurationProfilePropertiesResponse): ConfigurationProfilePropertiesResponse = ConfigurationProfilePropertiesResponse(
configuration = javaType.configuration().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy