pulumi-cloudflare-kotlin
4.16.0.1
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
ListItemValue
List
Item
Value
data
class
ListItemValue
(
val
ip
:
String
?
=
null
,
val
redirects
:
List
<
ListItemValueRedirect
>
?
=
null
)
Types
Constructors
Properties
Constructors
List
Item
Value
Link copied to clipboard
fun
ListItemValue
(
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