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