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