Account Network Profile Account Access
data class AccountNetworkProfileAccountAccess(val defaultAction: String? = null, val ipRules: List<AccountNetworkProfileAccountAccessIpRule>? = null)
Constructors
Link copied to clipboard
constructor(defaultAction: String? = null, ipRules: List<AccountNetworkProfileAccountAccessIpRule>? = null)