abacusai.presentation_export_result
===================================

.. py:module:: abacusai.presentation_export_result


Classes
-------

.. autoapisummary::

   abacusai.presentation_export_result.PresentationExportResult


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

.. py:class:: PresentationExportResult(client, filePath=None)

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


   Export Presentation

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param filePath: The path to the exported presentation
   :type filePath: str


   .. py:attribute:: file_path
      :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



