Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 928 Bytes

File metadata and controls

29 lines (20 loc) · 928 Bytes

ArticleResults

Properties

Name Type Description Notes
result ArticleResult

Example

from twitter_openapi_python_generated.models.article_results import ArticleResults

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

# convert the object into a dict
article_results_dict = article_results_instance.to_dict()
# create an instance of ArticleResults from a dict
article_results_from_dict = ArticleResults.from_dict(article_results_dict)

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