DeploymentLabelArgs

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

Constructors

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

Properties

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

Key for label.

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

Value of label.

Functions

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