ListItemValueArgs

data class ListItemValueArgs(val asn: Output<Int>? = null, val hostnames: Output<List<ListItemValueHostnameArgs>>? = null, val ip: Output<String>? = null, val redirects: Output<List<ListItemValueRedirectArgs>>? = null) : ConvertibleToJava<ListItemValueArgs>

Constructors

Link copied to clipboard
constructor(asn: Output<Int>? = null, hostnames: Output<List<ListItemValueHostnameArgs>>? = null, ip: Output<String>? = null, redirects: Output<List<ListItemValueRedirectArgs>>? = null)

Properties

Link copied to clipboard
val asn: Output<Int>? = null
Link copied to clipboard
Link copied to clipboard
val ip: Output<String>? = null
Link copied to clipboard

Functions

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