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

com.pulumi.azurenative.hybridnetwork.kotlin.outputs.ArmTemplateMappingRuleProfileResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.hybridnetwork.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Template mapping rule profile
 * @property templateParameters List of template parameters.
 */
public data class ArmTemplateMappingRuleProfileResponse(
    public val templateParameters: String? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.hybridnetwork.outputs.ArmTemplateMappingRuleProfileResponse): ArmTemplateMappingRuleProfileResponse = ArmTemplateMappingRuleProfileResponse(
            templateParameters = javaType.templateParameters().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy