| Name | Type | Description | Notes |
|---|---|---|---|
| protected | bool |
from twitter_openapi_python_generated.models.user_privacy import UserPrivacy
# TODO update the JSON string below
json = "{}"
# create an instance of UserPrivacy from a JSON string
user_privacy_instance = UserPrivacy.from_json(json)
# print the JSON string representation of the object
print(UserPrivacy.to_json())
# convert the object into a dict
user_privacy_dict = user_privacy_instance.to_dict()
# create an instance of UserPrivacy from a dict
user_privacy_from_dict = UserPrivacy.from_dict(user_privacy_dict)