Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.16 KB

File metadata and controls

29 lines (20 loc) · 1.16 KB

TraceImpactApplicationTimeThreshold

Properties

Name Type Description Notes
requests int [optional]

Example

from instana_client.models.trace_impact_application_time_threshold import TraceImpactApplicationTimeThreshold

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

# convert the object into a dict
trace_impact_application_time_threshold_dict = trace_impact_application_time_threshold_instance.to_dict()
# create an instance of TraceImpactApplicationTimeThreshold from a dict
trace_impact_application_time_threshold_from_dict = TraceImpactApplicationTimeThreshold.from_dict(trace_impact_application_time_threshold_dict)

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