GetNetworkAclResult

data class GetNetworkAclResult(val id: String? = null, val tags: List<NetworkAclTag>? = null)

Constructors

Link copied to clipboard
fun GetNetworkAclResult(id: String? = null, tags: List<NetworkAclTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val tags: List<NetworkAclTag>? = null

The tags to assign to the network ACL.