toggle menu
pulumi-cloudflare-kotlin
4.16.0.2
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
ListItemValue
List
Item
Value
data
class
ListItemValue
(
val
ip
:
String
?
=
null
,
val
redirects
:
List
<
ListItemValueRedirect
>
?
=
null
)
Members
Constructors
List
Item
Value
Link copied to clipboard
constructor
(
ip
:
String
?
=
null
,
redirects
:
List
<
ListItemValueRedirect
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ip
Link copied to clipboard
val
ip
:
String
?
=
null
redirects
Link copied to clipboard
val
redirects
:
List
<
ListItemValueRedirect
>
?
=
null