| Name | Type | Description | Notes |
|---|---|---|---|
| type | InstructionType |
from twitter_openapi_python_generated.models.timeline_clear_cache import TimelineClearCache
# TODO update the JSON string below
json = "{}"
# create an instance of TimelineClearCache from a JSON string
timeline_clear_cache_instance = TimelineClearCache.from_json(json)
# print the JSON string representation of the object
print(TimelineClearCache.to_json())
# convert the object into a dict
timeline_clear_cache_dict = timeline_clear_cache_instance.to_dict()
# create an instance of TimelineClearCache from a dict
timeline_clear_cache_from_dict = TimelineClearCache.from_dict(timeline_clear_cache_dict)