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.ai_configs_metric_data_source_ref_repimportAiConfigsMetricDataSourceRefRep# TODO update the JSON string belowjson="{}"# create an instance of AiConfigsMetricDataSourceRefRep from a JSON stringai_configs_metric_data_source_ref_rep_instance=AiConfigsMetricDataSourceRefRep.from_json(json)
# print the JSON string representation of the objectprint(AiConfigsMetricDataSourceRefRep.to_json())
# convert the object into a dictai_configs_metric_data_source_ref_rep_dict=ai_configs_metric_data_source_ref_rep_instance.to_dict()
# create an instance of AiConfigsMetricDataSourceRefRep from a dictai_configs_metric_data_source_ref_rep_from_dict=AiConfigsMetricDataSourceRefRep.from_dict(ai_configs_metric_data_source_ref_rep_dict)