SuperFollowsReplyUserResultLegacy
June 7, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| screen_name | str |
Example
from twitter_openapi_python_generated.models.super_follows_reply_user_result_legacy import SuperFollowsReplyUserResultLegacy
# TODO update the JSON string below
json = "{}"
# create an instance of SuperFollowsReplyUserResultLegacy from a JSON string
super_follows_reply_user_result_legacy_instance = SuperFollowsReplyUserResultLegacy.from_json(json)
# print the JSON string representation of the object
print(SuperFollowsReplyUserResultLegacy.to_json())
# convert the object into a dict
super_follows_reply_user_result_legacy_dict = super_follows_reply_user_result_legacy_instance.to_dict()
# create an instance of SuperFollowsReplyUserResultLegacy from a dict
super_follows_reply_user_result_legacy_from_dict = SuperFollowsReplyUserResultLegacy.from_dict(super_follows_reply_user_result_legacy_dict)