Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1005 Bytes

CommunityUrlsPermalink.md

File metadata and controls

29 lines (20 loc) · 1005 Bytes

CommunityUrlsPermalink

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)

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