models.list_nlm_locks_response module¶
-
class
models.list_nlm_locks_response.
ListNlmLocksResponse
(cookie=None, files_nlm_locks=None)[source]¶ Bases:
object
Implementation of the ‘ListNlmLocksResponse’ model.
Query response to list of NLM locks.
- Attributes:
- cookie (string): Specifies an opaque string to pass to get the next
set of NLM locks. If null is returned, this response is the last set of NLM locks.
- files_nlm_locks (list of FileNlmLocks): Specifies the list of NLM
locks.
-
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.