Url

June 7, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
display_urlstr
expanded_urlstr[optional]
indicesList[int]
urlstr

Example

from twitter_openapi_python_generated.models.url import Url

# TODO update the JSON string below
json = "{}"
# create an instance of Url from a JSON string
url_instance = Url.from_json(json)
# print the JSON string representation of the object
print(Url.to_json())

# convert the object into a dict
url_dict = url_instance.to_dict()
# create an instance of Url from a dict
url_from_dict = Url.from_dict(url_dict)

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