Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.21 KB

File metadata and controls

29 lines (20 loc) · 1.21 KB

UnsupportedHttpPathSegmentMatchingRule

Properties

Name Type Description Notes
unsupported_type str [optional]

Example

from instana_client.models.unsupported_http_path_segment_matching_rule import UnsupportedHttpPathSegmentMatchingRule

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

# convert the object into a dict
unsupported_http_path_segment_matching_rule_dict = unsupported_http_path_segment_matching_rule_instance.to_dict()
# create an instance of UnsupportedHttpPathSegmentMatchingRule from a dict
unsupported_http_path_segment_matching_rule_from_dict = UnsupportedHttpPathSegmentMatchingRule.from_dict(unsupported_http_path_segment_matching_rule_dict)

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