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