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

com.pulumi.googlenative.apigee.v1.kotlin.outputs.GetEntryResult.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.apigee.v1.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property name Resource URI that can be used to identify the scope of the key value map entries.
 * @property value Data or payload that is being retrieved and associated with the unique key.
 */
public data class GetEntryResult(
    public val name: String,
    public val `value`: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.apigee.v1.outputs.GetEntryResult): GetEntryResult = GetEntryResult(
            name = javaType.name(),
            `value` = javaType.`value`(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy