DeploymentLabelEntryArgs

data class DeploymentLabelEntryArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<DeploymentLabelEntryArgs>

Label object for Deployments

Constructors

Link copied to clipboard
fun DeploymentLabelEntryArgs(key: Output<String>? = null, value: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DeploymentLabelEntryArgs

Properties

Link copied to clipboard
val key: Output<String>? = null

Key of the label

Link copied to clipboard
val value: Output<String>? = null

Value of the label