Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.59 KB

File metadata and controls

30 lines (21 loc) · 1.59 KB

SyntheticResourceUpdateListICMPValidationListICMPValidation

Properties

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

Example

from instana_client.models.synthetic_resource_update_list_icmp_validation_list_icmp_validation import SyntheticResourceUpdateListICMPValidationListICMPValidation

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

# convert the object into a dict
synthetic_resource_update_list_icmp_validation_list_icmp_validation_dict = synthetic_resource_update_list_icmp_validation_list_icmp_validation_instance.to_dict()
# create an instance of SyntheticResourceUpdateListICMPValidationListICMPValidation from a dict
synthetic_resource_update_list_icmp_validation_list_icmp_validation_from_dict = SyntheticResourceUpdateListICMPValidationListICMPValidation.from_dict(synthetic_resource_update_list_icmp_validation_list_icmp_validation_dict)

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