BirdwatchEntityRef

June 7, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
textstr[optional]
typestr
urlstr[optional]
url_typestr[optional]

Example

from twitter_openapi_python_generated.models.birdwatch_entity_ref import BirdwatchEntityRef

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

# convert the object into a dict
birdwatch_entity_ref_dict = birdwatch_entity_ref_instance.to_dict()
# create an instance of BirdwatchEntityRef from a dict
birdwatch_entity_ref_from_dict = BirdwatchEntityRef.from_dict(birdwatch_entity_ref_dict)

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