Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.31 KB

File metadata and controls

30 lines (21 loc) · 1.31 KB

SyntheticResourceUpdateListStringListString

Properties

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

Example

from instana_client.models.synthetic_resource_update_list_string_list_string import SyntheticResourceUpdateListStringListString

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

# convert the object into a dict
synthetic_resource_update_list_string_list_string_dict = synthetic_resource_update_list_string_list_string_instance.to_dict()
# create an instance of SyntheticResourceUpdateListStringListString from a dict
synthetic_resource_update_list_string_list_string_from_dict = SyntheticResourceUpdateListStringListString.from_dict(synthetic_resource_update_list_string_list_string_dict)

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