| Name | Type | Description | Notes |
|---|---|---|---|
| configuration | SyntheticTypeConfigurationUpdate | [optional] |
from instana_client.models.synthetic_test_deep_update import SyntheticTestDeepUpdate
# TODO update the JSON string below
json = "{}"
# create an instance of SyntheticTestDeepUpdate from a JSON string
synthetic_test_deep_update_instance = SyntheticTestDeepUpdate.from_json(json)
# print the JSON string representation of the object
print(SyntheticTestDeepUpdate.to_json())
# convert the object into a dict
synthetic_test_deep_update_dict = synthetic_test_deep_update_instance.to_dict()
# create an instance of SyntheticTestDeepUpdate from a dict
synthetic_test_deep_update_from_dict = SyntheticTestDeepUpdate.from_dict(synthetic_test_deep_update_dict)