IpGroupPropertiesResponse

data class IpGroupPropertiesResponse(val ipAddressType: String? = null, val ipPrefixes: List<String>? = null, val name: String? = null)

IP Group properties.

Constructors

Link copied to clipboard
constructor(ipAddressType: String? = null, ipPrefixes: List<String>? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddressType: String? = null

IP Address type.

Link copied to clipboard
val ipPrefixes: List<String>? = null

List of IP Prefixes.

Link copied to clipboard
val name: String? = null

IP Group name.