Skip to content

Latest commit

History

History
31 lines (22 loc) · 1.15 KB

File metadata and controls

31 lines (22 loc) · 1.15 KB

TweetInterstitialTextEntityRef

Properties

NameTypeDescriptionNotes
typestr
urlstr
url_typestr

Example

fromtwitter_openapi_python_generated.models.tweet_interstitial_text_entity_refimportTweetInterstitialTextEntityRef# TODO update the JSON string belowjson="{}"# create an instance of TweetInterstitialTextEntityRef from a JSON stringtweet_interstitial_text_entity_ref_instance=TweetInterstitialTextEntityRef.from_json(json)
# print the JSON string representation of the objectprint(TweetInterstitialTextEntityRef.to_json())
# convert the object into a dicttweet_interstitial_text_entity_ref_dict=tweet_interstitial_text_entity_ref_instance.to_dict()
# create an instance of TweetInterstitialTextEntityRef from a dicttweet_interstitial_text_entity_ref_from_dict=TweetInterstitialTextEntityRef.from_dict(tweet_interstitial_text_entity_ref_dict)

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