Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.15 KB

File metadata and controls

29 lines (20 loc) · 1.15 KB

SuperFollowsReplyUserResultLegacy

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)

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