======= Library ======= Module: `thinkiq.model.library` ================================= .. automodule:: thinkiq.model.library .. currentmodule:: thinkiq.model.library :class:`Library` ------------------ .. autoclass:: Library A Library represents a collection of types, enumeration types, and related assets. **Properties:** .. py:attribute:: id :type: int .. py:attribute:: types :type: dict[str, Node] All Types that belong to the Library. .. py:attribute:: enumeration_types :type: dict[str, Node] All Enumeration Types that belong to the Library. .. py:attribute:: last_updated :type: datetime Timestamp of the latest updated node in this Library. **Methods** .. automethod:: __init__ .. automethod:: get_types .. automethod:: get_enum_types .. automethod:: get_last_updated