toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.deploymentmanager.kotlin.outputs
/
DeploymentLabel
Deployment
Label
data
class
DeploymentLabel
(
val
key
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Members
Constructors
Deployment
Label
Link copied to clipboard
constructor
(
key
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
?
=
null
Key for label.
value
Link copied to clipboard
val
value
:
String
?
=
null
Value of label.