Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.13 KB

File metadata and controls

28 lines (19 loc) · 1.13 KB

MatchAllHttpPathSegmentMatchingRule

Properties

Name Type Description Notes

Example

from instana_client.models.match_all_http_path_segment_matching_rule import MatchAllHttpPathSegmentMatchingRule

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

# convert the object into a dict
match_all_http_path_segment_matching_rule_dict = match_all_http_path_segment_matching_rule_instance.to_dict()
# create an instance of MatchAllHttpPathSegmentMatchingRule from a dict
match_all_http_path_segment_matching_rule_from_dict = MatchAllHttpPathSegmentMatchingRule.from_dict(match_all_http_path_segment_matching_rule_dict)

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