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