| Name | Type | Description | Notes |
|---|---|---|---|
| session | Session | [optional] |
from twitter_openapi_python_generated.models.other_object_all import OtherObjectAll
# TODO update the JSON string below
json = "{}"
# create an instance of OtherObjectAll from a JSON string
other_object_all_instance = OtherObjectAll.from_json(json)
# print the JSON string representation of the object
print(OtherObjectAll.to_json())
# convert the object into a dict
other_object_all_dict = other_object_all_instance.to_dict()
# create an instance of OtherObjectAll from a dict
other_object_all_from_dict = OtherObjectAll.from_dict(other_object_all_dict)