| Name | Type | Description | Notes |
|---|---|---|---|
| response | List[IPRestriction] | [optional] | |
| count | int | [optional] | |
| links | List[ActiveConnectionsWrapperLinksInner] | [optional] | |
| status | int | [optional] | |
| status_code | int | [optional] |
from docspace_api_sdk.models.ip_restriction_array_wrapper import IPRestrictionArrayWrapper
# TODO update the JSON string below
json = "{}"
# create an instance of IPRestrictionArrayWrapper from a JSON string
ip_restriction_array_wrapper_instance = IPRestrictionArrayWrapper.from_json(json)
# print the JSON string representation of the object
print(IPRestrictionArrayWrapper.to_json())
# convert the object into a dict
ip_restriction_array_wrapper_dict = ip_restriction_array_wrapper_instance.to_dict()
# create an instance of IPRestrictionArrayWrapper from a dict
ip_restriction_array_wrapper_from_dict = IPRestrictionArrayWrapper.from_dict(ip_restriction_array_wrapper_dict)