
com.pulumi.azurenative.appplatform.kotlin.outputs.GetDeploymentLogFileUrlResult.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.appplatform.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Log file URL payload
* @property url URL of the log file
*/
public data class GetDeploymentLogFileUrlResult(
public val url: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.appplatform.outputs.GetDeploymentLogFileUrlResult): GetDeploymentLogFileUrlResult = GetDeploymentLogFileUrlResult(
url = javaType.url(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy