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

NameTypeDescriptionNotes

Example

fromtwitter_openapi_python_generated.models.error_response_path_innerimportErrorResponsePathInner# TODO update the JSON string belowjson="{}"# create an instance of ErrorResponsePathInner from a JSON stringerror_response_path_inner_instance=ErrorResponsePathInner.from_json(json)
# print the JSON string representation of the objectprint(ErrorResponsePathInner.to_json())
# convert the object into a dicterror_response_path_inner_dict=error_response_path_inner_instance.to_dict()
# create an instance of ErrorResponsePathInner from a dicterror_response_path_inner_from_dict=ErrorResponsePathInner.from_dict(error_response_path_inner_dict)

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