abacusai.workflow_graph_node_details
====================================

.. py:module:: abacusai.workflow_graph_node_details


Classes
-------

.. autoapisummary::

   abacusai.workflow_graph_node_details.WorkflowGraphNodeDetails


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

.. py:class:: WorkflowGraphNodeDetails(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



