You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromlaunchdarkly_api.models.big_segment_store_integration_collection_linksimportBigSegmentStoreIntegrationCollectionLinks# TODO update the JSON string belowjson="{}"# create an instance of BigSegmentStoreIntegrationCollectionLinks from a JSON stringbig_segment_store_integration_collection_links_instance=BigSegmentStoreIntegrationCollectionLinks.from_json(json)
# print the JSON string representation of the objectprint(BigSegmentStoreIntegrationCollectionLinks.to_json())
# convert the object into a dictbig_segment_store_integration_collection_links_dict=big_segment_store_integration_collection_links_instance.to_dict()
# create an instance of BigSegmentStoreIntegrationCollectionLinks from a dictbig_segment_store_integration_collection_links_from_dict=BigSegmentStoreIntegrationCollectionLinks.from_dict(big_segment_store_integration_collection_links_dict)