Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 987 Bytes

File metadata and controls

28 lines (19 loc) · 987 Bytes

ErrorResponsePathInner

Properties

Name Type Description Notes

Example

from twitter_openapi_python_generated.models.error_response_path_inner import ErrorResponsePathInner

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

# convert the object into a dict
error_response_path_inner_dict = error_response_path_inner_instance.to_dict()
# create an instance of ErrorResponsePathInner from a dict
error_response_path_inner_from_dict = ErrorResponsePathInner.from_dict(error_response_path_inner_dict)

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