Skip to content

Latest commit

History

History
29 lines (20 loc) · 891 Bytes

File metadata and controls

29 lines (20 loc) · 891 Bytes

UserFeatures

Properties

NameTypeDescriptionNotes
mediatool_studio_librarybool

Example

fromtwitter_openapi_python_generated.models.user_featuresimportUserFeatures# TODO update the JSON string belowjson="{}"# create an instance of UserFeatures from a JSON stringuser_features_instance=UserFeatures.from_json(json)
# print the JSON string representation of the objectprint(UserFeatures.to_json())
# convert the object into a dictuser_features_dict=user_features_instance.to_dict()
# create an instance of UserFeatures from a dictuser_features_from_dict=UserFeatures.from_dict(user_features_dict)

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