abacusai.feature_group_export_download_url
==========================================

.. py:module:: abacusai.feature_group_export_download_url


Classes
-------

.. autoapisummary::

   abacusai.feature_group_export_download_url.FeatureGroupExportDownloadUrl


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

.. py:class:: FeatureGroupExportDownloadUrl(client, downloadUrl=None, expiresAt=None)

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


   A Feature Group Export Download Url, which is used to download the feature group version

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param downloadUrl: The URL of the download location.
   :type downloadUrl: str
   :param expiresAt: String representation of the ISO-8601 datetime when the URL expires.
   :type expiresAt: str


   .. py:attribute:: download_url
      :value: None



   .. py:attribute:: expires_at
      :value: None



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



