Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.14 KB

File metadata and controls

30 lines (21 loc) · 1.14 KB

PostCtaTitleTextEntityRef

Properties

Name Type Description Notes
typename TypeName
user_results PostCtaUserResults [optional]

Example

from twitter_openapi_python_generated.models.post_cta_title_text_entity_ref import PostCtaTitleTextEntityRef

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

# convert the object into a dict
post_cta_title_text_entity_ref_dict = post_cta_title_text_entity_ref_instance.to_dict()
# create an instance of PostCtaTitleTextEntityRef from a dict
post_cta_title_text_entity_ref_from_dict = PostCtaTitleTextEntityRef.from_dict(post_cta_title_text_entity_ref_dict)

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