BirdwatchPivotFooter

June 7, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
entitiesList[BirdwatchEntity]
textstr

Example

from twitter_openapi_python_generated.models.birdwatch_pivot_footer import BirdwatchPivotFooter

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

# convert the object into a dict
birdwatch_pivot_footer_dict = birdwatch_pivot_footer_instance.to_dict()
# create an instance of BirdwatchPivotFooter from a dict
birdwatch_pivot_footer_from_dict = BirdwatchPivotFooter.from_dict(birdwatch_pivot_footer_dict)

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