:py:mod:`abacusai.upload_part`
==============================

.. py:module:: abacusai.upload_part


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.upload_part.UploadPart




.. py:class:: UploadPart(client, etag=None, md5=None)

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

   Unique identifiers for a part

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param etag: A unique string for this part.
   :type etag: str
   :param md5: The MD5 hash of this part.
   :type md5: 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



