SubnetResponse

data class SubnetResponse(val addressPrefix: String? = null)

Describes the subnet.

Constructors

Link copied to clipboard
constructor(addressPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addressPrefix: String? = null

Represents address prefix.