=== Tag === Module: `thinkiq.model.tag` =========================== .. automodule:: thinkiq.model.tag .. currentmodule:: thinkiq.model.tag :class:`Tag` ------------ .. autoclass:: Tag The initialization of a tag has multiple creational methods that allow for an array of arguments. **Options included:** .. automethod:: get_from_id .. automethod:: get_from_fqn .. automethod:: get_from_parent_id .. automethod:: get_from_parent **Properties:** .. py:attribute:: id :type: int .. py:attribute:: relative_name :type: str .. py:attribute:: display_name :type: str .. py:attribute:: part_of_id :type: int .. py:attribute:: fqn :type: list .. py:attribute:: data_type :type: str Can be one of these options: bool, int, float, string, datetime .. py:attribute:: historized :type: bool **Methods:** .. automethod:: __init__ .. automethod:: create