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

com.pulumi.azurenative.machinelearningservices.kotlin.outputs.RouteResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.machinelearningservices.kotlin.outputs

import kotlin.Int
import kotlin.String
import kotlin.Suppress

/**
 *
 * @property path [Required] The path for the route.
 * @property port [Required] The port for the route.
 */
public data class RouteResponse(
    public val path: String,
    public val port: Int,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.machinelearningservices.outputs.RouteResponse): RouteResponse = RouteResponse(
            path = javaType.path(),
            port = javaType.port(),
        )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy