models.icap_connection_status_response module

class models.icap_connection_status_response.IcapConnectionStatusResponse(failed_connection_status=None, succeeded_connection_status=None)[source]

Bases: object

Implementation of the ‘IcapConnectionStatusResponse’ model.

Specifies Icap server connection status response.

Attributes:
failed_connection_status (list of string): Specifies the failed

connection status of Icap servers.

succeeded_connection_status (list of string): Specifies the success

connection status of Icap servers.

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.