| Name | Type | Description | Notes |
|---|---|---|---|
| var_self | CoreLink |
from launchdarkly_api.models.ip_allowlist_self_link import IPAllowlistSelfLink
# TODO update the JSON string below
json = "{}"
# create an instance of IPAllowlistSelfLink from a JSON string
ip_allowlist_self_link_instance = IPAllowlistSelfLink.from_json(json)
# print the JSON string representation of the object
print(IPAllowlistSelfLink.to_json())
# convert the object into a dict
ip_allowlist_self_link_dict = ip_allowlist_self_link_instance.to_dict()
# create an instance of IPAllowlistSelfLink from a dict
ip_allowlist_self_link_from_dict = IPAllowlistSelfLink.from_dict(ip_allowlist_self_link_dict)