BirdwatchPivot

May 20, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
call_to_actionBirdwatchPivotCallToAction[optional]
destination_urlstr
footerBirdwatchPivotFooter[optional]
footer_icon_typestr[optional]
icon_typestr
noteBirdwatchPivotNote[optional]
shorttitlestr[optional]
subtitleBirdwatchPivotSubtitle[optional]
titlestr
title_detailstr[optional]
visual_stylestr[optional]

Example

from twitter_openapi_python_generated.models.birdwatch_pivot import BirdwatchPivot

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

# convert the object into a dict
birdwatch_pivot_dict = birdwatch_pivot_instance.to_dict()
# create an instance of BirdwatchPivot from a dict
birdwatch_pivot_from_dict = BirdwatchPivot.from_dict(birdwatch_pivot_dict)

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