Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.21 KB

File metadata and controls

29 lines (20 loc) · 1.21 KB

ContentDisclosureAdvertisingDisclosure

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)

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