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

com.pulumi.googlenative.appengine.v1.kotlin.outputs.ApiEndpointHandlerResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.googlenative.appengine.v1.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Uses Google Cloud Endpoints to handle requests.
 * @property scriptPath Path to the script from the application root directory.
 */
public data class ApiEndpointHandlerResponse(
    public val scriptPath: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.appengine.v1.outputs.ApiEndpointHandlerResponse): ApiEndpointHandlerResponse = ApiEndpointHandlerResponse(
            scriptPath = javaType.scriptPath(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy