| Name | Type | Description | Notes |
|---|---|---|---|
| mediatool_studio_library | bool |
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)