
com.pulumi.azurenative.network.kotlin.outputs.AzureFirewallRCActionResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.network.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Properties of the AzureFirewallRCAction.
* @property type The type of action.
*/
public data class AzureFirewallRCActionResponse(
public val type: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.network.outputs.AzureFirewallRCActionResponse): AzureFirewallRCActionResponse = AzureFirewallRCActionResponse(
type = javaType.type().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy