pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.compute.alpha.kotlin.outputs
/
HelpLinkResponse
Help
Link
Response
data
class
HelpLinkResponse
(
val
description
:
String
,
val
url
:
String
)
Describes a URL link.
Types
Constructors
Properties
Constructors
Help
Link
Response
Link copied to clipboard
fun
HelpLinkResponse
(
description
:
String
,
url
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
Describes what the link offers.
url
Link copied to clipboard
val
url
:
String
The URL of the link.