:py:mod:`abacusai.generated_pit_feature_config_option`
======================================================

.. py:module:: abacusai.generated_pit_feature_config_option


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.generated_pit_feature_config_option.GeneratedPitFeatureConfigOption




.. py:class:: GeneratedPitFeatureConfigOption(client, name=None, displayName=None, default=None, description=None)

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

   The options to display for possible generated PIT aggregation functions

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param name: The short name of the aggregation type.
   :type name: str
   :param displayName: The display name of the aggregation type.
   :type displayName: str
   :param default: The default value for the option.
   :type default: bool
   :param description: The description of the aggregation type.
   :type description: str

   .. py:method:: __repr__()

      Return repr(self).


   .. 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



