pulumi-cloudflare-kotlin
5.13.0.0
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.inputs
/
ListItemArgs
List
Item
Args
data
class
ListItemArgs
(
val
comment
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
ListItemValueArgs
>
)
:
ConvertibleToJava
<
ListItemArgs
>
Constructors
Functions
Properties
Constructors
List
Item
Args
Link copied to clipboard
fun
ListItemArgs
(
comment
:
Output
<
String
>
?
=
null
,
value
:
Output
<
ListItemValueArgs
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ListItemArgs
Properties
comment
Link copied to clipboard
val
comment
:
Output
<
String
>
?
=
null
An optional comment for the item.
value
Link copied to clipboard
val
value
:
Output
<
ListItemValueArgs
>