Class Traits
Contains data for the traits record associated with an IP address
This record is returned by all the end points.
- GeoIp2\Record\AbstractRecord implements JsonSerializable
- 
			 GeoIp2\Record\Traits GeoIp2\Record\Traits
| 
			__isset(), 
			jsonSerialize()
		 | 
| 
			public  
			integer
		 | $autonomousSystemNumber | 
			#
			 The autonomous system number associated with the IP address. This attribute is only available from the City/ISP/Org and Omni end points. | 
| 
			public  
			string
		 | $autonomousSystemOrganization | 
			#
			 The organization associated with the registered autonomous system number for the IP address. This attribute is only available from the City/ISP/Org and Omni end points. | 
| 
			public  
			string
		 | $domain | 
			#
			 The second level domain associated with the IP address. This will be something like "example.com" or "example.co.uk", not "foo.example.com". This attribute is only available from the City/ISP/Org and Omni end points. | 
| 
			public  
			string
		 | $ipAddress | 
			#
			 The IP address that the data in the model is for. If you performed a "me" lookup against the web service, this will be the externally routable IP address for the system the code is running on. If the system is behind a NAT, this may differ from the IP address locally assigned to it. This attribute is returned by all end points. | 
| 
			public  
			boolean
		 | $isAnonymousProxy | 
			#
			 This is true if the IP is an anonymous proxy. See http://dev.maxmind.com/faq/geoip#anonproxy for further details. This attribute is returned by all end points. | 
| 
			public  
			boolean
		 | $isSatelliteProvider | 
			#
			 This is true if the IP belongs to a satellite Internet provider. This attribute is returned by all end points. | 
| 
			public  
			string
		 | $isp | 
			#
			 The name of the ISP associated with the IP address. This attribute is only available from the City/ISP/Org and Omni end points. | 
| 
			public  
			string
		 | $organization | 
			#
			 The name of the organization associated with the IP address. This attribute is only available from the City/ISP/Org and Omni end points. | 
| 
			public  
			string
		 | $userType | 
			#
			 The user type associated with the IP address. This can be one of the following values: 
 This attribute is only available from the Omni end point. |