
com.pulumi.azurenative.web.kotlin.outputs.ApiManagementConfigResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.web.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Azure API management (APIM) configuration linked to the app.
* @property id APIM-Api Identifier.
*/
public data class ApiManagementConfigResponse(
public val id: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.web.outputs.ApiManagementConfigResponse): ApiManagementConfigResponse = ApiManagementConfigResponse(
id = javaType.id().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy