abacusai.workflow_graph_node
============================

.. py:module:: abacusai.workflow_graph_node


Classes
-------

.. autoapisummary::

   abacusai.workflow_graph_node.WorkflowGraphNode


Module Contents
---------------

.. py:class:: WorkflowGraphNode(client, workflowGraphNode={})

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   A workflow graph node in the workflow graph.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param workflowGraphNode: The workflow graph node object.
   :type workflowGraphNode: WorkflowGraphNode


   .. py:attribute:: workflow_graph_node


   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



