
com.pulumi.googlenative.firebasehosting.v1beta1.kotlin.outputs.I18nConfigResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.firebasehosting.v1beta1.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* If provided, i18n rewrites are enabled.
* @property root The user-supplied path where country and language specific content will be looked for within the public directory.
*/
public data class I18nConfigResponse(
public val root: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.firebasehosting.v1beta1.outputs.I18nConfigResponse): I18nConfigResponse = I18nConfigResponse(
root = javaType.root(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy