:py:mod:`abacusai.file_connector_verification`
==============================================

.. py:module:: abacusai.file_connector_verification


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.file_connector_verification.FileConnectorVerification




.. py:class:: FileConnectorVerification(client, verified=None, writePermission=None)

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

   To verify the file connector

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param verified: `true` if the bucket has passed verification
   :type verified: bool
   :param writePermission: `true` if Abacus.AI has permission to write to this bucket
   :type writePermission: bool

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



