Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.23 KB

File metadata and controls

30 lines (21 loc) · 1.23 KB

SuperFollowsReplyUserResultData

Properties

Name Type Description Notes
typename TypeName
legacy SuperFollowsReplyUserResultLegacy

Example

from twitter_openapi_python_generated.models.super_follows_reply_user_result_data import SuperFollowsReplyUserResultData

# TODO update the JSON string below
json = "{}"
# create an instance of SuperFollowsReplyUserResultData from a JSON string
super_follows_reply_user_result_data_instance = SuperFollowsReplyUserResultData.from_json(json)
# print the JSON string representation of the object
print(SuperFollowsReplyUserResultData.to_json())

# convert the object into a dict
super_follows_reply_user_result_data_dict = super_follows_reply_user_result_data_instance.to_dict()
# create an instance of SuperFollowsReplyUserResultData from a dict
super_follows_reply_user_result_data_from_dict = SuperFollowsReplyUserResultData.from_dict(super_follows_reply_user_result_data_dict)

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