models.file_nlm_locks module

class models.file_nlm_locks.FileNlmLocks(file_id=None, nlm_locks=None)[source]

Bases: object

Implementation of the ‘FileNlmLocks’ model.

Specifies per-file NLM locks

Attributes:

file_id (FileId): TODO: type description here. nlm_locks (list of NlmLock): Specifies the list of NLM locks in a

view.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.