models.ip_details module

class models.ip_details.IpDetails(details=None, ip_addresses=None)[source]

Bases: object

Implementation of the ‘IpDetails’ model.

IP address details The table below captures the type if information published by an entity type using this field.

Attributes:

details (string): Details of the IP Addresses captured below ip_addresses (list of string): The IP Addresses

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.