pulumi-docker-kotlin
4.4.4.0
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.inputs
/
ServiceLabelArgs
Service
Label
Args
data
class
ServiceLabelArgs
(
val
label
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
ServiceLabelArgs
>
Constructors
Functions
Properties
Constructors
Service
Label
Args
Link copied to clipboard
fun
ServiceLabelArgs
(
label
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ServiceLabelArgs
Properties
label
Link copied to clipboard
val
label
:
Output
<
String
>
Name of the label
value
Link copied to clipboard
val
value
:
Output
<
String
>
Value of the label