| Name | Type | Description | Notes |
|---|---|---|---|
| ip | String | [optional] | |
| location | IpLocation | [optional] | |
| network | IpSecurityNetwork | [optional] | |
| asn | IpSecurityAsn | [optional] | |
| security | IpSecurity | [optional] |
require 'whoisfreaks'
instance = WhoisFreaks::IpReputationResponse.new(
ip: null,
location: null,
network: null,
asn: null,
security: null
)