Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 936 Bytes

File metadata and controls

29 lines (20 loc) · 936 Bytes

CommunityUrls

Properties

Name Type Description Notes
permalink CommunityUrlsPermalink

Example

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)

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