Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.05 KB

BirdwatchPivotSubtitle.md

File metadata and controls

30 lines (21 loc) · 1.05 KB

BirdwatchPivotSubtitle

Properties

Name Type Description Notes
entities List[BirdwatchEntity]
text str

Example

from twitter_openapi_python_generated.models.birdwatch_pivot_subtitle import BirdwatchPivotSubtitle

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

# convert the object into a dict
birdwatch_pivot_subtitle_dict = birdwatch_pivot_subtitle_instance.to_dict()
# create an instance of BirdwatchPivotSubtitle from a dict
birdwatch_pivot_subtitle_from_dict = BirdwatchPivotSubtitle.from_dict(birdwatch_pivot_subtitle_dict)

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