Name | Type | Description | Notes |
---|---|---|---|
permalink | CommunityUrlsPermalink |
from twitter_openapi_python_generated.models.community_urls import CommunityUrls
# TODO update the JSON string below
json = "{}"
# create an instance of CommunityUrls from a JSON string
community_urls_instance = CommunityUrls.from_json(json)
# print the JSON string representation of the object
print(CommunityUrls.to_json())
# convert the object into a dict
community_urls_dict = community_urls_instance.to_dict()
# create an instance of CommunityUrls from a dict
community_urls_from_dict = CommunityUrls.from_dict(community_urls_dict)