BirdwatchEntity

June 7, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
from_indexint
refBirdwatchEntityRef
to_indexint

Example

from twitter_openapi_python_generated.models.birdwatch_entity import BirdwatchEntity

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

# convert the object into a dict
birdwatch_entity_dict = birdwatch_entity_instance.to_dict()
# create an instance of BirdwatchEntity from a dict
birdwatch_entity_from_dict = BirdwatchEntity.from_dict(birdwatch_entity_dict)

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