Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 929 Bytes

File metadata and controls

29 lines (20 loc) · 929 Bytes

DisplayTreatment

Properties

Name Type Description Notes
action_text str

Example

from twitter_openapi_python_generated.models.display_treatment import DisplayTreatment

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

# convert the object into a dict
display_treatment_dict = display_treatment_instance.to_dict()
# create an instance of DisplayTreatment from a dict
display_treatment_from_dict = DisplayTreatment.from_dict(display_treatment_dict)

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