Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.02 KB

File metadata and controls

30 lines (21 loc) · 1.02 KB

BirdwatchPivotFooter

Properties

Name Type Description Notes
entities List[BirdwatchEntity]
text str

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]