models.smb_active_file_opens_response module

class models.smb_active_file_opens_response.SmbActiveFileOpensResponse(active_file_paths=None, cookie=None)[source]

Bases: object

Implementation of the ‘SmbActiveFileOpensResponse’ model.

Query response to SMB active file opens.

Attributes:
active_file_paths (list of SmbActiveFilePath): Specifies the active

opens for an SMB file in a view.

cookie (string): Specifies an opaque string to pass to get the next

set of active opens. If null is returned, this response is the last set of active opens.

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.