Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.39 KB

File metadata and controls

30 lines (21 loc) · 1.39 KB

SyntheticResourceUpdateMapStringStringListString

Properties

Name Type Description Notes
add Dict[str, str] [optional]
remove List[str] [optional]

Example

from instana_client.models.synthetic_resource_update_map_string_string_list_string import SyntheticResourceUpdateMapStringStringListString

# TODO update the JSON string below
json = "{}"
# create an instance of SyntheticResourceUpdateMapStringStringListString from a JSON string
synthetic_resource_update_map_string_string_list_string_instance = SyntheticResourceUpdateMapStringStringListString.from_json(json)
# print the JSON string representation of the object
print(SyntheticResourceUpdateMapStringStringListString.to_json())

# convert the object into a dict
synthetic_resource_update_map_string_string_list_string_dict = synthetic_resource_update_map_string_string_list_string_instance.to_dict()
# create an instance of SyntheticResourceUpdateMapStringStringListString from a dict
synthetic_resource_update_map_string_string_list_string_from_dict = SyntheticResourceUpdateMapStringStringListString.from_dict(synthetic_resource_update_map_string_string_list_string_dict)

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