ArticleMetadata
June 7, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| first_published_at_secs | int |
Example
from twitter_openapi_python_generated.models.article_metadata import ArticleMetadata
# TODO update the JSON string below
json = "{}"
# create an instance of ArticleMetadata from a JSON string
article_metadata_instance = ArticleMetadata.from_json(json)
# print the JSON string representation of the object
print(ArticleMetadata.to_json())
# convert the object into a dict
article_metadata_dict = article_metadata_instance.to_dict()
# create an instance of ArticleMetadata from a dict
article_metadata_from_dict = ArticleMetadata.from_dict(article_metadata_dict)