ContentDisclosure

May 20, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
advertising_disclosureContentDisclosureAdvertisingDisclosure[optional]
ai_generated_disclosureContentDisclosureAiGeneratedDisclosure[optional]

Example

from twitter_openapi_python_generated.models.content_disclosure import ContentDisclosure

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

# convert the object into a dict
content_disclosure_dict = content_disclosure_instance.to_dict()
# create an instance of ContentDisclosure from a dict
content_disclosure_from_dict = ContentDisclosure.from_dict(content_disclosure_dict)

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