| Name | Type | Description | Notes |
|---|---|---|---|
| typename | TypeName | ||
| user_results | PostCtaUserResults | [optional] |
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)