
com.pulumi.googlenative.vmmigration.v1.kotlin.outputs.LinkResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-kotlin Show documentation
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.vmmigration.v1.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Describes a URL link.
* @property description Describes what the link offers.
* @property url The URL of the link.
*/
public data class LinkResponse(
public val description: String,
public val url: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.vmmigration.v1.outputs.LinkResponse): LinkResponse = LinkResponse(
description = javaType.description(),
url = javaType.url(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy