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

com.pulumi.awsnative.robomaker.kotlin.outputs.SimulationApplicationRenderingEngine.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.robomaker.kotlin.outputs

import com.pulumi.awsnative.robomaker.kotlin.enums.SimulationApplicationRenderingEngineName
import kotlin.String
import kotlin.Suppress

/**
 * Information about a rendering engine.
 * @property name The name of the rendering engine.
 * @property version The version of the rendering engine.
 */
public data class SimulationApplicationRenderingEngine(
    public val name: SimulationApplicationRenderingEngineName,
    public val version: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.robomaker.outputs.SimulationApplicationRenderingEngine): SimulationApplicationRenderingEngine = SimulationApplicationRenderingEngine(
            name = javaType.name().let({ args0 ->
                com.pulumi.awsnative.robomaker.kotlin.enums.SimulationApplicationRenderingEngineName.Companion.toKotlin(args0)
            }),
            version = javaType.version(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy