Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 981 Bytes

File metadata and controls

29 lines (20 loc) · 981 Bytes

IPAllowlistSelfLink

Properties

Name Type Description Notes
var_self CoreLink

Example

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)

[Back to Model list] [Back to API list] [Back to README]