Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 863 Bytes

File metadata and controls

29 lines (20 loc) · 863 Bytes

UserPrivacy

Properties

Name Type Description Notes
protected bool

Example

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)

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