Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 929 Bytes

File metadata and controls

29 lines (20 loc) · 929 Bytes

SdkKeysSelfLink

Properties

Name Type Description Notes
var_self CoreLink

Example

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)

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