Skip to content

Latest commit

History

History
31 lines (22 loc) · 943 Bytes

File metadata and controls

31 lines (22 loc) · 943 Bytes

ModuleItem

Properties

NameTypeDescriptionNotes
dispensablebool[optional]
entry_idstr
itemModuleEntry

Example

fromtwitter_openapi_python_generated.models.module_itemimportModuleItem# TODO update the JSON string belowjson="{}"# create an instance of ModuleItem from a JSON stringmodule_item_instance=ModuleItem.from_json(json)
# print the JSON string representation of the objectprint(ModuleItem.to_json())
# convert the object into a dictmodule_item_dict=module_item_instance.to_dict()
# create an instance of ModuleItem from a dictmodule_item_from_dict=ModuleItem.from_dict(module_item_dict)

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