:py:mod:`abacusai.project_feature_group_schema_version`
=======================================================

.. py:module:: abacusai.project_feature_group_schema_version


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.project_feature_group_schema_version.ProjectFeatureGroupSchemaVersion




.. py:class:: ProjectFeatureGroupSchemaVersion(client, schemaVersion=None)

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

   A version of a schema

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param schemaVersion: The unique identifier of a schema version.
   :type schemaVersion: id

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



