abacusai.vertical_files_result ============================== .. py:module:: abacusai.vertical_files_result Classes ------- .. autoapisummary:: abacusai.vertical_files_result.VerticalFilesResult Module Contents --------------- .. py:class:: VerticalFilesResult(client, files=None, maxCount=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Paginated result of vertical files listing. :param client: An authenticated API Client instance :type client: ApiClient :param files: List of file objects with document_upload_id, file_name, file_metadata, etc. :type files: list :param maxCount: The total number of files. :type maxCount: int .. py:attribute:: files :value: None .. py:attribute:: max_count :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