ContentDisclosureAdvertisingDisclosure
May 20, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| is_paid_promotion | bool |
Example
from twitter_openapi_python_generated.models.content_disclosure_advertising_disclosure import ContentDisclosureAdvertisingDisclosure
# TODO update the JSON string below
json = "{}"
# create an instance of ContentDisclosureAdvertisingDisclosure from a JSON string
content_disclosure_advertising_disclosure_instance = ContentDisclosureAdvertisingDisclosure.from_json(json)
# print the JSON string representation of the object
print(ContentDisclosureAdvertisingDisclosure.to_json())
# convert the object into a dict
content_disclosure_advertising_disclosure_dict = content_disclosure_advertising_disclosure_instance.to_dict()
# create an instance of ContentDisclosureAdvertisingDisclosure from a dict
content_disclosure_advertising_disclosure_from_dict = ContentDisclosureAdvertisingDisclosure.from_dict(content_disclosure_advertising_disclosure_dict)