Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.23 KB

File metadata and controls

32 lines (23 loc) · 1.23 KB

BigSegmentStoreIntegrationLinks

Properties

Name Type Description Notes
var_self Link
parent Link
project Link
environment Link

Example

from launchdarkly_api.models.big_segment_store_integration_links import BigSegmentStoreIntegrationLinks

# TODO update the JSON string below
json = "{}"
# create an instance of BigSegmentStoreIntegrationLinks from a JSON string
big_segment_store_integration_links_instance = BigSegmentStoreIntegrationLinks.from_json(json)
# print the JSON string representation of the object
print(BigSegmentStoreIntegrationLinks.to_json())

# convert the object into a dict
big_segment_store_integration_links_dict = big_segment_store_integration_links_instance.to_dict()
# create an instance of BigSegmentStoreIntegrationLinks from a dict
big_segment_store_integration_links_from_dict = BigSegmentStoreIntegrationLinks.from_dict(big_segment_store_integration_links_dict)

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