abacusai.modification_lock_info
===============================

.. py:module:: abacusai.modification_lock_info


Classes
-------

.. autoapisummary::

   abacusai.modification_lock_info.ModificationLockInfo


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

.. py:class:: ModificationLockInfo(client, modificationLock=None, userEmails=None, organizationGroups=None)

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


   Information about a modification lock for a certain object

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param modificationLock: Whether or not the object has its modification lock activated.
   :type modificationLock: bool
   :param userEmails: The list of user emails allowed to modify the object if the object's modification lock is activated.
   :type userEmails: list of strings
   :param organizationGroups: The list organization groups allowed to modify the object if the object's modification lock is activated.
   :type organizationGroups: list of unique string identifiers


   .. py:attribute:: modification_lock
      :value: None



   .. py:attribute:: user_emails
      :value: None



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



