Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 947 Bytes

File metadata and controls

29 lines (20 loc) · 947 Bytes

UserResultPrivacy

Properties

Name Type Description Notes
protected bool

Example

from twitter_openapi_python_generated.models.user_result_privacy import UserResultPrivacy

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

# convert the object into a dict
user_result_privacy_dict = user_result_privacy_instance.to_dict()
# create an instance of UserResultPrivacy from a dict
user_result_privacy_from_dict = UserResultPrivacy.from_dict(user_result_privacy_dict)

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