
com.pulumi.gcp.backupdisasterrecovery.kotlin.outputs.GetBackupPlanAssociationRulesConfigInfoLastBackupError.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.backupdisasterrecovery.kotlin.outputs
import kotlin.Double
import kotlin.String
import kotlin.Suppress
/**
*
* @property code The status code, which should be an enum value of [google.rpc.Code]
* @property message A developer-facing error message, which should be in English.
*/
public data class GetBackupPlanAssociationRulesConfigInfoLastBackupError(
public val code: Double,
public val message: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.backupdisasterrecovery.outputs.GetBackupPlanAssociationRulesConfigInfoLastBackupError): GetBackupPlanAssociationRulesConfigInfoLastBackupError =
GetBackupPlanAssociationRulesConfigInfoLastBackupError(
code = javaType.code(),
message = javaType.message(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy