models.files_to_directory_mapping module¶
-
class
models.files_to_directory_mapping.
FilesToDirectoryMapping
(file_pattern=None, target_directory=None)[source]¶ Bases:
object
Implementation of the ‘FilesToDirectoryMapping’ model.
TODO: type model description here.
- Attributes:
- file_pattern (string): Source file name. The file name can be a regex
matching source files.
- target_directory (string): Target directtory for the source file
pattern.
-
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.