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
frominstana_client.models.synthetic_resource_update_list_dns_filter_target_value_list_dns_filter_target_valueimportSyntheticResourceUpdateListDNSFilterTargetValueListDNSFilterTargetValue# TODO update the JSON string belowjson="{}"# create an instance of SyntheticResourceUpdateListDNSFilterTargetValueListDNSFilterTargetValue from a JSON stringsynthetic_resource_update_list_dns_filter_target_value_list_dns_filter_target_value_instance=SyntheticResourceUpdateListDNSFilterTargetValueListDNSFilterTargetValue.from_json(json)
# print the JSON string representation of the objectprint(SyntheticResourceUpdateListDNSFilterTargetValueListDNSFilterTargetValue.to_json())
# convert the object into a dictsynthetic_resource_update_list_dns_filter_target_value_list_dns_filter_target_value_dict=synthetic_resource_update_list_dns_filter_target_value_list_dns_filter_target_value_instance.to_dict()
# create an instance of SyntheticResourceUpdateListDNSFilterTargetValueListDNSFilterTargetValue from a dictsynthetic_resource_update_list_dns_filter_target_value_list_dns_filter_target_value_from_dict=SyntheticResourceUpdateListDNSFilterTargetValueListDNSFilterTargetValue.from_dict(synthetic_resource_update_list_dns_filter_target_value_list_dns_filter_target_value_dict)