Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.29 KB

File metadata and controls

30 lines (21 loc) · 1.29 KB

BigSegmentStoreIntegrationCollectionLinks

Properties

Name Type Description Notes
var_self Link
parent Link [optional]

Example

from launchdarkly_api.models.big_segment_store_integration_collection_links import BigSegmentStoreIntegrationCollectionLinks

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

# convert the object into a dict
big_segment_store_integration_collection_links_dict = big_segment_store_integration_collection_links_instance.to_dict()
# create an instance of BigSegmentStoreIntegrationCollectionLinks from a dict
big_segment_store_integration_collection_links_from_dict = BigSegmentStoreIntegrationCollectionLinks.from_dict(big_segment_store_integration_collection_links_dict)

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