RulePropertiesResponse

data class RulePropertiesResponse(val action: String, val addressList: List<String>)

Rules for the InternetGateways

Constructors

Link copied to clipboard
constructor(action: String, addressList: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specify action.

Link copied to clipboard

List of Addresses to be allowed or denied.