Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.24 KB

ListHooks200ResponseInnerExecutionStats.md

File metadata and controls

30 lines (21 loc) · 1.24 KB

ListHooks200ResponseInnerExecutionStats

Properties

Name Type Description Notes
success_count float
request_count float

Example

from py_logto.models.list_hooks200_response_inner_execution_stats import ListHooks200ResponseInnerExecutionStats

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

# convert the object into a dict
list_hooks200_response_inner_execution_stats_dict = list_hooks200_response_inner_execution_stats_instance.to_dict()
# create an instance of ListHooks200ResponseInnerExecutionStats from a dict
list_hooks200_response_inner_execution_stats_from_dict = ListHooks200ResponseInnerExecutionStats.from_dict(list_hooks200_response_inner_execution_stats_dict)

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