Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.07 KB

File metadata and controls

29 lines (20 loc) · 1.07 KB

SyntheticTestDeepUpdate

Properties

Name Type Description Notes
configuration SyntheticTypeConfigurationUpdate [optional]

Example

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)

[Back to Model list] [Back to API list] [Back to README]