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
The location and content type of related resources
[optional]
Example
fromlaunchdarkly_api.models.application_flag_collection_repimportApplicationFlagCollectionRep# TODO update the JSON string belowjson="{}"# create an instance of ApplicationFlagCollectionRep from a JSON stringapplication_flag_collection_rep_instance=ApplicationFlagCollectionRep.from_json(json)
# print the JSON string representation of the objectprint(ApplicationFlagCollectionRep.to_json())
# convert the object into a dictapplication_flag_collection_rep_dict=application_flag_collection_rep_instance.to_dict()
# create an instance of ApplicationFlagCollectionRep from a dictapplication_flag_collection_rep_from_dict=ApplicationFlagCollectionRep.from_dict(application_flag_collection_rep_dict)