Ip Security Restriction Rule Response
data class IpSecurityRestrictionRuleResponse(val action: String, val description: String? = null, val ipAddressRange: String, val name: String)
Rule to restrict incoming IP address.
Constructors
Link copied to clipboard
fun IpSecurityRestrictionRuleResponse(action: String, description: String? = null, ipAddressRange: String, name: String)