
com.pulumi.azurenative.automation.kotlin.outputs.DscConfigurationAssociationPropertyResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.automation.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The Dsc configuration property associated with the entity.
* @property name Gets or sets the name of the Dsc configuration.
*/
public data class DscConfigurationAssociationPropertyResponse(
public val name: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.automation.outputs.DscConfigurationAssociationPropertyResponse): DscConfigurationAssociationPropertyResponse = DscConfigurationAssociationPropertyResponse(
name = javaType.name().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy