All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.firebasehosting.v1beta1.kotlin.outputs.I18nConfigResponse.kt Maven / Gradle / Ivy

Go to download

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