
com.pulumi.azurenative.apicenter.kotlin.outputs.DeploymentServerResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.apicenter.kotlin.outputs
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
/**
* Server
* @property runtimeUri Base runtime URLs for this deployment.
*/
public data class DeploymentServerResponse(
public val runtimeUri: List? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.apicenter.outputs.DeploymentServerResponse): DeploymentServerResponse = DeploymentServerResponse(
runtimeUri = javaType.runtimeUri().map({ args0 -> args0 }),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy